This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Consolidate svREFCNT_dec-ish entries
[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/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
53perldtrace.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
85dll.base
86/splittree.pl
87
88# generated by make on cygwin
89/cygwin.c
90
91# ?
92ext.libs
93
94# these are scattered everywhere, ignore them
95.exists
96MYMETA.*
97
98/miniperl
99/perl
100
101/extra.pods
102/generate_uudmap
103/uni.data
104/uudmap.h
105/bitcount.h
106/mg_data.h
107
108# Build products that we can't infer are generated by conventional extensions
109# (ie all the special cases that would take more code than just adding them
110# here):
111lib/CORE/
112lib/Config_git.pl
113lib/Config_heavy.pl
114lib/Config.pm
115lib/Config.pod
116lib/Cross.pm
117lib/ExtUtils/MANIFEST.SKIP
118lib/ExtUtils/xsubpp
119lib/auto/
120lib/perldoc.pod
121lib/buildcustomize.pl
122lib/unicore/CombiningClass.pl
123lib/unicore/Decomposition.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
136t/rantests
137t/tmp*
138t/perl
139t/test_state
140*.output
141*.tmp
142*.bak
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# ctags
192tags
193TAGS
194# gtags
195GPATH
196GRPATH
197GRTAGS
198GTAGS
199
200# generated by Porting/sync-with-cpan
201/make.log