This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename ext/Module/Pluggable to ext/Module-Pluggable
[perl5.git] / .gitignore
1 # ignore .patch from rsync, and any generated patch files from git-am
2 *.patch
3 # ignore local .config files
4 .config
5 # these are generated by make_patchnum.sh from git or from a .patchfile
6 .sha1
7 git_version.h
8
9 # ignore bug*.pl
10 bug*.pl
11
12 # files produced by './configure.gnu' on a Linux machine
13 Makefile.old
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
27 /perlmini.c
28 /pod/Makefile
29 /writemain
30 /x2p/Makefile
31 /x2p/cflags
32 /x2p/makefile
33 /x2p/makefile.old
34
35 # general build products
36 *.o
37 *.a
38
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
52 dll.base
53 /ext/DynaLoader/dl_win32.xs
54 splittree.pl
55
56 # ?
57 ext.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
70 ext/Win32API/File/cFile_pc_to_blib
71 lib/Win32.pm
72 lib/Win32API/
73 lib/Win32CORE.pm
74 lib/CORE/
75
76 # test byproducts
77 ext/Test/Harness/t/ext/
78 lib/App/
79 lib/Archive/Tar/t/src/long/foo.tbz
80 lib/Archive/Tar/t/src/short/foo.tbz
81 lib/IPC/Cmd/t/src/x.tgz
82 lib/mro.pm
83 lib/TAP/
84 lib/Test/Harness.pm
85 t/rantests
86 t/tmp*
87 t/perl
88
89 # make_ext.pl cleanup scripts
90 realclean.sh
91 veryclean.sh