This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op_dump(): dump tr/// translation table
[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
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
65
1e89acdf
SH
66# general build products (Win32)
67*.def
68*.dll
69*.exe
70*.exp
71*.ico
72*.ilk
73*.lib
74*.obj
75*.pdb
76*.res
77*.RES
78
5928bbfb
AB
79# gcov build products. see L<perlhack/"GCC gcov Profiling">
80*.gcov
81*.gcda
82*.gcno
83
e47d8d23
MM
84dll.base
85/ext/DynaLoader/dl_win32.xs
86splittree.pl
87
e2dde009
TC
88# generated by make on cygwin
89/cygwin.c
90
fb063f91
SV
91# ?
92ext.libs
93
94# these are scattered everywhere, ignore them
95.exists
028b6925 96MYMETA.*
fb063f91
SV
97
98/miniperl
99/perl
100
101/extra.pods
102/generate_uudmap
103/uni.data
104/uudmap.h
477af4ed 105/bitcount.h
a2a7e173 106/mg_data.h
fb063f91 107
020a5f5f
NC
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):
ca03d8e9 111lib/CORE/
020a5f5f
NC
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/
fa884b76 120lib/perldoc.pod
020a5f5f
NC
121lib/buildcustomize.pl
122lib/unicore/CombiningClass.pl
123lib/unicore/Decomposition.pl
124lib/unicore/Heavy.pl
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/
4ebeba21
YO
138t/rantests
139t/tmp*
02c87a88 140t/perl
89b2b9f7 141t/test_state
c87a7fa9 142*.output
34edcf0c 143*.tmp
98d6c321 144*.bak
fd6f5a11
FR
145t/*.ph
146t/lib/*.ph
642d3d28 147
13f76364
VP
148# t/op/require.t byproducts
149t/bleah.pm
150t/bleah.do
151t/bleah.flg
152t/urkkk.pm
153t/urkkk.pmc
154t/krunch.pm
155t/krunch.pmc
156t/whap.pm
157t/whap.pmc
158
642d3d28
RB
159# make_ext.pl cleanup scripts
160realclean.sh
161veryclean.sh
6ed34527 162
281206e6 163# metaconfig needs these three symlinks
6ed34527
MB
164.package
165U
281206e6 166MANIFEST.new
4d87b51d 167
19bf1007
YO
168# this is used to auto-sort the MANIFEST
169MANIFEST.srt
170
766ce144 171# ignore editor droppings
4d87b51d 172*.swp
766ce144
DIM
173*~
174.#*
87dfd78c
JC
175
176# test.valgrind final outputs, excluding intermediate files (pls report)
177*.cachegrind
178*.perf-stat
179*.valgrind
708a028c 180
7d4ee4b3
YO
181# dont show .gdb_history files
182.gdb_history
183
56e5b8a7
JH
184# cscope -b
185cscope.out
186# cscope -q
187cscope.in.out
188cscope.po.out
189
708a028c
NC
190# generated by the top level install.html target. XXX Why does it need this?
191/vms/README_vms.pod
abf6209f 192
acbe5017
MH
193# generated be ext/re/Makefile
194ext/re/invlist_inline.h
195
abf6209f
JH
196# ctags
197tags
198TAGS
199# gtags
200GPATH
201GRPATH
202GRTAGS
203GTAGS
ba4f4bf0
AC
204
205# generated by Porting/sync-with-cpan
206/make.log