This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
minor tweaks to release_managers_guide.pod
[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
fb063f91 12# files produced by './configure.gnu' on a Linux machine
4ebeba21 13Makefile.old
fb063f91
SV
14/Makefile
15/Policy.sh
16/cflags
17/config.h
18/config.sh
19/makeaperl
20/makedepend
21/makedir
22/makefile
23/makefile.old
24/myconfig
25/opmini.c
26/perlmain.c
1ffb79ef 27/perlmini.c
fb063f91
SV
28/pod/Makefile
29/writemain
30/x2p/Makefile
31/x2p/cflags
32/x2p/makefile
33/x2p/makefile.old
34
89b2b9f7
NC
35# alternative names on OS X
36/GNUmakefile
37/GNUmakefile.old
38/x2p/GNUmakefile
39/x2p/GNUmakefile.old
40
fb063f91 41# general build products
5e137bc2
FR
42*.o
43*.a
82fefbc1 44*.so
fb063f91 45
1e89acdf
SH
46# general build products (Win32)
47*.def
48*.dll
49*.exe
50*.exp
51*.ico
52*.ilk
53*.lib
54*.obj
55*.pdb
56*.res
57*.RES
58
e47d8d23
MM
59dll.base
60/ext/DynaLoader/dl_win32.xs
61splittree.pl
62
fb063f91
SV
63# ?
64ext.libs
65
66# these are scattered everywhere, ignore them
67.exists
68
69/miniperl
70/perl
71
72/extra.pods
73/generate_uudmap
74/uni.data
75/uudmap.h
477af4ed 76/bitcount.h
fb063f91 77
cdaa3145 78ext/Win32API-File/cFile_pc_to_blib
e47d8d23
MM
79lib/Win32.pm
80lib/Win32API/
81lib/Win32CORE.pm
ca03d8e9 82lib/CORE/
e47d8d23 83
02c87a88 84# test byproducts
abf03c67 85ext/Test-Harness/t/ext/
4ebeba21
YO
86lib/App/
87lib/Archive/Tar/t/src/long/foo.tbz
88lib/Archive/Tar/t/src/short/foo.tbz
89lib/IPC/Cmd/t/src/x.tgz
b2685f0c 90lib/mro.pm
4ebeba21
YO
91lib/TAP/
92lib/Test/Harness.pm
93t/rantests
94t/tmp*
02c87a88 95t/perl
89b2b9f7 96t/test_state
c87a7fa9 97*.output
642d3d28 98
13f76364
VP
99# t/op/require.t byproducts
100t/bleah.pm
101t/bleah.do
102t/bleah.flg
103t/urkkk.pm
104t/urkkk.pmc
105t/krunch.pm
106t/krunch.pmc
107t/whap.pm
108t/whap.pmc
109
642d3d28
RB
110# make_ext.pl cleanup scripts
111realclean.sh
112veryclean.sh
6ed34527 113
281206e6 114# metaconfig needs these three symlinks
6ed34527
MB
115.package
116U
281206e6 117MANIFEST.new
4d87b51d
VP
118
119# ignore vim swap files
120*.swp