This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta.pod: tweak -Dusedefaultstrict text
[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 /host
15
16 # Tools for cross-compile remote testing:
17 /Cross/from-*
18 /Cross/mkdir
19 /Cross/run-*
20 /Cross/to-*
21
22 # files produced by './configure.gnu' on a Linux machine
23 /Makefile
24 /Policy.sh
25 /cflags
26 /config.h
27 /config.sh
28 /makeaperl
29 /makedepend
30 /makedir
31 /makefile
32 /myconfig
33 /opmini.c
34 /perlmain.c
35 /perlmini.c
36 /pod/Makefile
37 /preload
38 /runtests
39 /writemain
40 /x2p/Makefile
41 /x2p/cflags
42 /x2p/makefile
43
44 # generated for configuration overrides, eg Solaris
45 /config.over
46 /config.arch
47
48 # alternative names on OS X
49 /GNUmakefile
50 /x2p/GNUmakefile
51
52 # produced by dtrace -H when configured with usedtrace
53 perldtrace.h
54
55 # general build products
56 *.o
57 *.a
58 *.so
59 *.i
60 *.old
61 *.xsc
62
63 # general build products (darwin)
64 *.dylib
65 *.DS_Store
66
67 # general build products (Win32)
68 *.def
69 *.dll
70 *.exe
71 *.exp
72 *.ico
73 *.ilk
74 *.lib
75 *.obj
76 *.pdb
77 *.res
78 *.RES
79
80 # gcov build products. see L<perlhack/"GCC gcov Profiling">
81 *.gcov
82 *.gcda
83 *.gcno
84
85 dll.base
86 /splittree.pl
87
88 # generated by make on cygwin
89 /cygwin.c
90
91 # ?
92 ext.libs
93
94 # these are scattered everywhere, ignore them
95 .exists
96 MYMETA.*
97
98 /microperl
99 /miniperl
100 /perl
101
102 /extra.pods
103 /generate_uudmap
104 /ugenerate_uudmap
105 /uni.data
106 /uudmap.h
107 /uuudmap.h
108 /bitcount.h
109 /ubitcount.h
110 /mg_data.h
111 /umg_data.h
112
113 # Build products that we can't infer are generated by conventional extensions
114 # (ie all the special cases that would take more code than just adding them
115 # here):
116 lib/CORE/
117 lib/Config_git.pl
118 lib/Config_heavy.pl
119 lib/Config.pm
120 lib/Config.pod
121 lib/Cross.pm
122 lib/ExtUtils/MANIFEST.SKIP
123 lib/ExtUtils/xsubpp
124 lib/auto/
125 lib/perldoc.pod
126 lib/buildcustomize.pl
127 lib/unicore/CombiningClass.pl
128 lib/unicore/Decomposition.pl
129 lib/unicore/Name.pl
130 lib/unicore/Name.pm
131 lib/unicore/TestProp.pl
132 lib/unicore/To/
133 lib/unicore/UCD.pl
134 lib/unicore/lib/
135 lib/unicore/mktables.lst
136
137 # generated by WinCE build
138 xlib/
139
140 # test byproducts
141 t/rantests
142 t/tmp*
143 t/perl
144 t/test_state
145 *.output
146 *.tmp
147 *.bak
148 t/*.ph
149 t/lib/*.ph
150
151 # t/op/require.t byproducts
152 t/bleah.pm
153 t/bleah.do
154 t/bleah.flg
155 t/urkkk.pm
156 t/urkkk.pmc
157 t/krunch.pm
158 t/krunch.pmc
159 t/whap.pm
160 t/whap.pmc
161
162 # make_ext.pl cleanup scripts
163 realclean.sh
164 veryclean.sh
165
166 # metaconfig needs these three symlinks
167 .package
168 U
169 MANIFEST.new
170
171 # this is used to auto-sort the MANIFEST
172 MANIFEST.srt
173
174 # ignore editor droppings
175 *.swp
176 *~
177 .#*
178
179 # test.valgrind final outputs, excluding intermediate files (pls report)
180 *.cachegrind
181 *.perf-stat
182 *.valgrind
183
184 # dont show .gdb_history files
185 .gdb_history
186
187 # cscope -b
188 cscope.out
189 # cscope -q
190 cscope.in.out
191 cscope.po.out
192
193 # generated by the top level install.html target. XXX Why does it need this?
194 /vms/README_vms.pod
195
196 # ctags
197 tags
198 TAGS
199 # gtags
200 GPATH
201 GRPATH
202 GRTAGS
203 GTAGS
204
205 # generated by Porting/sync-with-cpan
206 /make.log