This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Trim all trailing / from "." in @INC when filling %INC
[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 # alternative names on OS X
36 /GNUmakefile
37 /GNUmakefile.old
38 /x2p/GNUmakefile
39 /x2p/GNUmakefile.old
40
41 # general build products
42 *.o
43 *.a
44
45 # general build products (Win32)
46 *.def
47 *.dll
48 *.exe
49 *.exp
50 *.ico
51 *.ilk
52 *.lib
53 *.obj
54 *.pdb
55 *.res
56 *.RES
57
58 dll.base
59 /ext/DynaLoader/dl_win32.xs
60 splittree.pl
61
62 # ?
63 ext.libs
64
65 # these are scattered everywhere, ignore them
66 .exists
67
68 /miniperl
69 /perl
70
71 /extra.pods
72 /generate_uudmap
73 /uni.data
74 /uudmap.h
75 /bitcount.h
76
77 ext/Win32API-File/cFile_pc_to_blib
78 lib/Win32.pm
79 lib/Win32API/
80 lib/Win32CORE.pm
81 lib/CORE/
82
83 # test byproducts
84 ext/Test-Harness/t/ext/
85 lib/App/
86 lib/Archive/Tar/t/src/long/foo.tbz
87 lib/Archive/Tar/t/src/short/foo.tbz
88 lib/IPC/Cmd/t/src/x.tgz
89 lib/mro.pm
90 lib/TAP/
91 lib/Test/Harness.pm
92 t/rantests
93 t/tmp*
94 t/perl
95 t/test_state
96 *.output
97
98 # make_ext.pl cleanup scripts
99 realclean.sh
100 veryclean.sh
101
102 # metaconfig needs these three symlinks
103 .package
104 U
105 MANIFEST.new
106
107 # ignore vim swap files
108 *.swp