This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add details on how to figure out if rt.perl.org needs to be updated.
[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
14
fb063f91
SV
15# files produced by './configure.gnu' on a Linux machine
16/Makefile
17/Policy.sh
18/cflags
19/config.h
20/config.sh
21/makeaperl
22/makedepend
23/makedir
24/makefile
fb063f91
SV
25/myconfig
26/opmini.c
27/perlmain.c
1ffb79ef 28/perlmini.c
fb063f91 29/pod/Makefile
85269948 30/runtests
fb063f91
SV
31/writemain
32/x2p/Makefile
33/x2p/cflags
34/x2p/makefile
fb063f91 35
89b2b9f7
NC
36# alternative names on OS X
37/GNUmakefile
89b2b9f7 38/x2p/GNUmakefile
89b2b9f7 39
c21ebed2
DL
40# produced by dtrace -H when configured with usedtrace
41perldtrace.h
42
fb063f91 43# general build products
5e137bc2
FR
44*.o
45*.a
82fefbc1 46*.so
fc423786 47*.i
15c233d4 48*.old
c164650b 49*.xsc
fb063f91 50
1e89acdf
SH
51# general build products (Win32)
52*.def
53*.dll
54*.exe
55*.exp
56*.ico
57*.ilk
58*.lib
59*.obj
60*.pdb
61*.res
62*.RES
63
5928bbfb
AB
64# gcov build products. see L<perlhack/"GCC gcov Profiling">
65*.gcov
66*.gcda
67*.gcno
68
e47d8d23
MM
69dll.base
70/ext/DynaLoader/dl_win32.xs
71splittree.pl
72
e2dde009
TC
73# generated by make on cygwin
74/cygwin.c
75
fb063f91
SV
76# ?
77ext.libs
78
79# these are scattered everywhere, ignore them
80.exists
37f6eaa4 81MYMETA.yml
fb063f91
SV
82
83/miniperl
84/perl
85
86/extra.pods
87/generate_uudmap
88/uni.data
89/uudmap.h
477af4ed 90/bitcount.h
a2a7e173 91/mg_data.h
fb063f91 92
613f422f 93lib/inc/
e47d8d23
MM
94lib/Win32.pm
95lib/Win32API/
96lib/Win32CORE.pm
ca03d8e9 97lib/CORE/
e47d8d23 98
02c87a88 99# test byproducts
abf03c67 100ext/Test-Harness/t/ext/
4ebeba21
YO
101lib/App/
102lib/Archive/Tar/t/src/long/foo.tbz
103lib/Archive/Tar/t/src/short/foo.tbz
104lib/IPC/Cmd/t/src/x.tgz
b2685f0c 105lib/mro.pm
4ebeba21
YO
106lib/TAP/
107lib/Test/Harness.pm
108t/rantests
109t/tmp*
02c87a88 110t/perl
89b2b9f7 111t/test_state
c87a7fa9 112*.output
34edcf0c
FR
113cpan/ExtUtils-MakeMaker/t/Big-Dummy/
114cpan/Module-Build/MB-*
115*.tmp
fd6f5a11
FR
116t/*.ph
117t/lib/*.ph
642d3d28 118
13f76364
VP
119# t/op/require.t byproducts
120t/bleah.pm
121t/bleah.do
122t/bleah.flg
123t/urkkk.pm
124t/urkkk.pmc
125t/krunch.pm
126t/krunch.pmc
127t/whap.pm
128t/whap.pmc
129
642d3d28
RB
130# make_ext.pl cleanup scripts
131realclean.sh
132veryclean.sh
6ed34527 133
281206e6 134# metaconfig needs these three symlinks
6ed34527
MB
135.package
136U
281206e6 137MANIFEST.new
4d87b51d 138
766ce144 139# ignore editor droppings
4d87b51d 140*.swp
766ce144
DIM
141*~
142.#*
87dfd78c
JC
143
144# test.valgrind final outputs, excluding intermediate files (pls report)
145*.cachegrind
146*.perf-stat
147*.valgrind