This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Compress-Raw-Bzip2 to CPAN version 2.096
[perl5.git] / .gitignore
CommitLineData
8565263a 1# ignore .patch from rsync, and any generated patch files from git-am
51638bdf 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
30041f31 37/preload
85269948 38/runtests
fb063f91
SV
39/writemain
40/x2p/Makefile
41/x2p/cflags
42/x2p/makefile
fb063f91 43
a63f6d0b
TC
44# generated for configuration overrides, eg Solaris
45/config.over
a461c233 46/config.arch
a63f6d0b 47
89b2b9f7
NC
48# alternative names on OS X
49/GNUmakefile
89b2b9f7 50/x2p/GNUmakefile
89b2b9f7 51
c21ebed2
DL
52# produced by dtrace -H when configured with usedtrace
53perldtrace.h
54
fb063f91 55# general build products
5e137bc2
FR
56*.o
57*.a
82fefbc1 58*.so
fc423786 59*.i
15c233d4 60*.old
c164650b 61*.xsc
fb063f91 62
86c25667
BF
63# general build products (darwin)
64*.dylib
79ff1055 65*.DS_Store
86c25667 66
1e89acdf
SH
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
5928bbfb
AB
80# gcov build products. see L<perlhack/"GCC gcov Profiling">
81*.gcov
82*.gcda
83*.gcno
84
e47d8d23
MM
85dll.base
86/ext/DynaLoader/dl_win32.xs
87splittree.pl
88
e2dde009
TC
89# generated by make on cygwin
90/cygwin.c
91
fb063f91
SV
92# ?
93ext.libs
94
95# these are scattered everywhere, ignore them
96.exists
028b6925 97MYMETA.*
fb063f91
SV
98
99/miniperl
100/perl
101
102/extra.pods
103/generate_uudmap
104/uni.data
105/uudmap.h
477af4ed 106/bitcount.h
a2a7e173 107/mg_data.h
fb063f91 108
020a5f5f
NC
109# Build products that we can't infer are generated by conventional extensions
110# (ie all the special cases that would take more code than just adding them
111# here):
ca03d8e9 112lib/CORE/
020a5f5f
NC
113lib/Config_git.pl
114lib/Config_heavy.pl
115lib/Config.pm
116lib/Config.pod
117lib/Cross.pm
118lib/ExtUtils/MANIFEST.SKIP
119lib/ExtUtils/xsubpp
120lib/auto/
fa884b76 121lib/perldoc.pod
020a5f5f
NC
122lib/buildcustomize.pl
123lib/unicore/CombiningClass.pl
124lib/unicore/Decomposition.pl
020a5f5f
NC
125lib/unicore/Name.pl
126lib/unicore/Name.pm
127lib/unicore/TestProp.pl
128lib/unicore/To/
129lib/unicore/UCD.pl
130lib/unicore/lib/
131lib/unicore/mktables.lst
e47d8d23 132
58ff4bd0
DD
133# generated by WinCE build
134xlib/
135
02c87a88 136# test byproducts
abf03c67 137ext/Test-Harness/t/ext/
a59c5ea3 138ext/XS-APItest/APItest.bso
4ebeba21
YO
139t/rantests
140t/tmp*
02c87a88 141t/perl
89b2b9f7 142t/test_state
c87a7fa9 143*.output
34edcf0c 144*.tmp
98d6c321 145*.bak
fd6f5a11
FR
146t/*.ph
147t/lib/*.ph
642d3d28 148
13f76364
VP
149# t/op/require.t byproducts
150t/bleah.pm
151t/bleah.do
152t/bleah.flg
153t/urkkk.pm
154t/urkkk.pmc
155t/krunch.pm
156t/krunch.pmc
157t/whap.pm
158t/whap.pmc
159
642d3d28
RB
160# make_ext.pl cleanup scripts
161realclean.sh
162veryclean.sh
6ed34527 163
281206e6 164# metaconfig needs these three symlinks
6ed34527
MB
165.package
166U
281206e6 167MANIFEST.new
4d87b51d 168
19bf1007
YO
169# this is used to auto-sort the MANIFEST
170MANIFEST.srt
171
766ce144 172# ignore editor droppings
4d87b51d 173*.swp
766ce144
DIM
174*~
175.#*
87dfd78c
JC
176
177# test.valgrind final outputs, excluding intermediate files (pls report)
178*.cachegrind
179*.perf-stat
180*.valgrind
708a028c 181
7d4ee4b3
YO
182# dont show .gdb_history files
183.gdb_history
184
56e5b8a7
JH
185# cscope -b
186cscope.out
187# cscope -q
188cscope.in.out
189cscope.po.out
190
708a028c
NC
191# generated by the top level install.html target. XXX Why does it need this?
192/vms/README_vms.pod
abf6209f 193
acbe5017
MH
194# generated be ext/re/Makefile
195ext/re/invlist_inline.h
196
abf6209f
JH
197# ctags
198tags
199TAGS
200# gtags
201GPATH
202GRPATH
203GRTAGS
204GTAGS
ba4f4bf0
AC
205
206# generated by Porting/sync-with-cpan
207/make.log