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