This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update release managers guide with notes from 5.13.3 release
[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 15# files produced by './configure.gnu' on a Linux machine
4ebeba21 16Makefile.old
fb063f91
SV
17/Makefile
18/Policy.sh
19/cflags
20/config.h
21/config.sh
22/makeaperl
23/makedepend
24/makedir
25/makefile
26/makefile.old
27/myconfig
28/opmini.c
29/perlmain.c
1ffb79ef 30/perlmini.c
fb063f91 31/pod/Makefile
85269948 32/runtests
fb063f91
SV
33/writemain
34/x2p/Makefile
35/x2p/cflags
36/x2p/makefile
37/x2p/makefile.old
38
89b2b9f7
NC
39# alternative names on OS X
40/GNUmakefile
41/GNUmakefile.old
42/x2p/GNUmakefile
43/x2p/GNUmakefile.old
44
fb063f91 45# general build products
5e137bc2
FR
46*.o
47*.a
82fefbc1 48*.so
fc423786 49*.i
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
fb063f91
SV
73# ?
74ext.libs
75
76# these are scattered everywhere, ignore them
77.exists
78
79/miniperl
80/perl
81
82/extra.pods
83/generate_uudmap
84/uni.data
85/uudmap.h
477af4ed 86/bitcount.h
fb063f91 87
613f422f 88lib/inc/
e47d8d23
MM
89lib/Win32.pm
90lib/Win32API/
91lib/Win32CORE.pm
ca03d8e9 92lib/CORE/
e47d8d23 93
02c87a88 94# test byproducts
abf03c67 95ext/Test-Harness/t/ext/
4ebeba21
YO
96lib/App/
97lib/Archive/Tar/t/src/long/foo.tbz
98lib/Archive/Tar/t/src/short/foo.tbz
99lib/IPC/Cmd/t/src/x.tgz
b2685f0c 100lib/mro.pm
4ebeba21
YO
101lib/TAP/
102lib/Test/Harness.pm
103t/rantests
104t/tmp*
02c87a88 105t/perl
89b2b9f7 106t/test_state
c87a7fa9 107*.output
34edcf0c
FR
108cpan/ExtUtils-MakeMaker/t/Big-Dummy/
109cpan/Module-Build/MB-*
110*.tmp
642d3d28 111
13f76364
VP
112# t/op/require.t byproducts
113t/bleah.pm
114t/bleah.do
115t/bleah.flg
116t/urkkk.pm
117t/urkkk.pmc
118t/krunch.pm
119t/krunch.pmc
120t/whap.pm
121t/whap.pmc
122
642d3d28
RB
123# make_ext.pl cleanup scripts
124realclean.sh
125veryclean.sh
6ed34527 126
281206e6 127# metaconfig needs these three symlinks
6ed34527
MB
128.package
129U
281206e6 130MANIFEST.new
4d87b51d
VP
131
132# ignore vim swap files
133*.swp