This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
clean up leave_scope()
[perl5.git] / .gitignore
CommitLineData
8565263a 1# ignore .patch from rsync, and any generated patch files from git-am
e9040dfd 2*.patch
8565263a 3# ignore local .config files
fb063f91 4.config
6abfca00 5# these are generated by make_patchnum.sh from git or from a .patchfile
6abfca00 6.sha1
dcff826f 7git_version.h
4ebeba21 8
b7e5ec79
YO
9# ignore bug*.pl
10bug*.pl
4ebeba21 11
433d4b0f
RGS
12# Exists during ./Configure
13/UU
f60d5fd7
JR
14/host
15
16# Tools for cross-compile remote testing:
83d7d07d 17/Cross/from-*
f60d5fd7 18/Cross/mkdir
83d7d07d
BF
19/Cross/run-*
20/Cross/to-*
433d4b0f 21
fb063f91
SV
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
fb063f91
SV
32/myconfig
33/opmini.c
34/perlmain.c
1ffb79ef 35/perlmini.c
fb063f91 36/pod/Makefile
85269948 37/runtests
fb063f91
SV
38/writemain
39/x2p/Makefile
40/x2p/cflags
41/x2p/makefile
fb063f91 42
a63f6d0b
TC
43# generated for configuration overrides, eg Solaris
44/config.over
a461c233 45/config.arch
a63f6d0b 46
89b2b9f7
NC
47# alternative names on OS X
48/GNUmakefile
89b2b9f7 49/x2p/GNUmakefile
89b2b9f7 50
c21ebed2
DL
51# produced by dtrace -H when configured with usedtrace
52perldtrace.h
53
fb063f91 54# general build products
5e137bc2
FR
55*.o
56*.a
82fefbc1 57*.so
fc423786 58*.i
15c233d4 59*.old
c164650b 60*.xsc
fb063f91 61
86c25667
BF
62# general build products (darwin)
63*.dylib
64
1e89acdf
SH
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
5928bbfb
AB
78# gcov build products. see L<perlhack/"GCC gcov Profiling">
79*.gcov
80*.gcda
81*.gcno
82
e47d8d23
MM
83dll.base
84/ext/DynaLoader/dl_win32.xs
85splittree.pl
86
e2dde009
TC
87# generated by make on cygwin
88/cygwin.c
89
fb063f91
SV
90# ?
91ext.libs
92
93# these are scattered everywhere, ignore them
94.exists
028b6925 95MYMETA.*
fb063f91
SV
96
97/miniperl
98/perl
99
100/extra.pods
101/generate_uudmap
102/uni.data
103/uudmap.h
477af4ed 104/bitcount.h
a2a7e173 105/mg_data.h
fb063f91 106
020a5f5f
NC
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):
ca03d8e9 110lib/CORE/
020a5f5f
NC
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/
fa884b76 119lib/perldoc.pod
020a5f5f
NC
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
e47d8d23 131
58ff4bd0
DD
132# generated by WinCE build
133xlib/
134
02c87a88 135# test byproducts
abf03c67 136ext/Test-Harness/t/ext/
4ebeba21
YO
137t/rantests
138t/tmp*
02c87a88 139t/perl
89b2b9f7 140t/test_state
c87a7fa9 141*.output
34edcf0c 142*.tmp
fd6f5a11
FR
143t/*.ph
144t/lib/*.ph
642d3d28 145
13f76364
VP
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
642d3d28
RB
157# make_ext.pl cleanup scripts
158realclean.sh
159veryclean.sh
6ed34527 160
281206e6 161# metaconfig needs these three symlinks
6ed34527
MB
162.package
163U
281206e6 164MANIFEST.new
4d87b51d 165
19bf1007
YO
166# this is used to auto-sort the MANIFEST
167MANIFEST.srt
168
766ce144 169# ignore editor droppings
4d87b51d 170*.swp
766ce144
DIM
171*~
172.#*
87dfd78c
JC
173
174# test.valgrind final outputs, excluding intermediate files (pls report)
175*.cachegrind
176*.perf-stat
177*.valgrind
708a028c 178
7d4ee4b3
YO
179# dont show .gdb_history files
180.gdb_history
181
56e5b8a7
JH
182# cscope -b
183cscope.out
184# cscope -q
185cscope.in.out
186cscope.po.out
187
708a028c
NC
188# generated by the top level install.html target. XXX Why does it need this?
189/vms/README_vms.pod
abf6209f 190
acbe5017
MH
191# generated be ext/re/Makefile
192ext/re/invlist_inline.h
193
abf6209f
JH
194# ctags
195tags
196TAGS
197# gtags
198GPATH
199GRPATH
200GRTAGS
201GTAGS