This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No need for D and d flags in pod.lst - source is fixed, and contains the target
[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 # Exists during ./Configure
13 /UU
14
15 # files produced by './configure.gnu' on a Linux machine
16 /Makefile
17 /Policy.sh
18 /cflags
19 /config.h
20 /config.sh
21 /makeaperl
22 /makedepend
23 /makedir
24 /makefile
25 /myconfig
26 /opmini.c
27 /perlmain.c
28 /perlmini.c
29 /pod/Makefile
30 /runtests
31 /writemain
32 /x2p/Makefile
33 /x2p/cflags
34 /x2p/makefile
35
36 # alternative names on OS X
37 /GNUmakefile
38 /x2p/GNUmakefile
39
40 # produced by dtrace -H when configured with usedtrace
41 perldtrace.h
42
43 # general build products
44 *.o
45 *.a
46 *.so
47 *.i
48 *.old
49 *.xsc
50
51 # general build products (Win32)
52 *.def
53 *.dll
54 *.exe
55 *.exp
56 *.ico
57 *.ilk
58 *.lib
59 *.obj
60 *.pdb
61 *.res
62 *.RES
63
64 # gcov build products. see L<perlhack/"GCC gcov Profiling">
65 *.gcov
66 *.gcda
67 *.gcno
68
69 dll.base
70 /ext/DynaLoader/dl_win32.xs
71 splittree.pl
72
73 # ?
74 ext.libs
75
76 # these are scattered everywhere, ignore them
77 .exists
78 MYMETA.yml
79
80 /miniperl
81 /perl
82
83 /extra.pods
84 /generate_uudmap
85 /uni.data
86 /uudmap.h
87 /bitcount.h
88 /mg_data.h
89
90 lib/inc/
91 lib/Win32.pm
92 lib/Win32API/
93 lib/Win32CORE.pm
94 lib/CORE/
95
96 # test byproducts
97 ext/Test-Harness/t/ext/
98 lib/App/
99 lib/Archive/Tar/t/src/long/foo.tbz
100 lib/Archive/Tar/t/src/short/foo.tbz
101 lib/IPC/Cmd/t/src/x.tgz
102 lib/mro.pm
103 lib/TAP/
104 lib/Test/Harness.pm
105 t/rantests
106 t/tmp*
107 t/perl
108 t/test_state
109 *.output
110 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
111 cpan/Module-Build/MB-*
112 *.tmp
113 t/*.ph
114 t/lib/*.ph
115
116 # t/op/require.t byproducts
117 t/bleah.pm
118 t/bleah.do
119 t/bleah.flg
120 t/urkkk.pm
121 t/urkkk.pmc
122 t/krunch.pm
123 t/krunch.pmc
124 t/whap.pm
125 t/whap.pmc
126
127 # make_ext.pl cleanup scripts
128 realclean.sh
129 veryclean.sh
130
131 # metaconfig needs these three symlinks
132 .package
133 U
134 MANIFEST.new
135
136 # ignore editor droppings
137 *.swp
138 *~
139 .#*