This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else there
[perl5.git] / .gitignore
CommitLineData
8565263a 1# ignore .patch from rsync, and any generated patch files from git-am
e9040dfd 2*.patch
8565263a 3# ignore local .config files
fb063f91 4.config
6abfca00 5# these are generated by make_patchnum.sh from git or from a .patchfile
6abfca00 6.sha1
dcff826f 7git_version.h
4ebeba21 8
b7e5ec79
YO
9# ignore bug*.pl
10bug*.pl
4ebeba21 11
fb063f91 12# files produced by './configure.gnu' on a Linux machine
4ebeba21 13Makefile.old
fb063f91
SV
14/Makefile
15/Policy.sh
16/cflags
17/config.h
18/config.sh
19/makeaperl
20/makedepend
21/makedir
22/makefile
23/makefile.old
24/myconfig
25/opmini.c
26/perlmain.c
1ffb79ef 27/perlmini.c
fb063f91
SV
28/pod/Makefile
29/writemain
30/x2p/Makefile
31/x2p/cflags
32/x2p/makefile
33/x2p/makefile.old
34
35# general build products
5e137bc2
FR
36*.o
37*.a
fb063f91 38
1e89acdf
SH
39# general build products (Win32)
40*.def
41*.dll
42*.exe
43*.exp
44*.ico
45*.ilk
46*.lib
47*.obj
48*.pdb
49*.res
50*.RES
51
e47d8d23
MM
52dll.base
53/ext/DynaLoader/dl_win32.xs
54splittree.pl
55
fb063f91
SV
56# ?
57ext.libs
58
59# these are scattered everywhere, ignore them
60.exists
61
62/miniperl
63/perl
64
65/extra.pods
66/generate_uudmap
67/uni.data
68/uudmap.h
69
e47d8d23
MM
70ext/Win32API/File/cFile_pc_to_blib
71lib/Win32.pm
72lib/Win32API/
73lib/Win32CORE.pm
ca03d8e9 74lib/CORE/
e47d8d23 75
02c87a88 76# test byproducts
abf03c67 77ext/Test-Harness/t/ext/
4ebeba21
YO
78lib/App/
79lib/Archive/Tar/t/src/long/foo.tbz
80lib/Archive/Tar/t/src/short/foo.tbz
81lib/IPC/Cmd/t/src/x.tgz
b2685f0c 82lib/mro.pm
4ebeba21
YO
83lib/TAP/
84lib/Test/Harness.pm
85t/rantests
86t/tmp*
02c87a88 87t/perl
642d3d28
RB
88
89# make_ext.pl cleanup scripts
90realclean.sh
91veryclean.sh