This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update B-Lint from version 1.11 to 1.12
[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
e47d8d23
MM
64dll.base
65/ext/DynaLoader/dl_win32.xs
66splittree.pl
67
fb063f91
SV
68# ?
69ext.libs
70
71# these are scattered everywhere, ignore them
72.exists
73
74/miniperl
75/perl
76
77/extra.pods
78/generate_uudmap
79/uni.data
80/uudmap.h
477af4ed 81/bitcount.h
fb063f91 82
613f422f 83lib/inc/
e47d8d23
MM
84lib/Win32.pm
85lib/Win32API/
86lib/Win32CORE.pm
ca03d8e9 87lib/CORE/
e47d8d23 88
02c87a88 89# test byproducts
abf03c67 90ext/Test-Harness/t/ext/
4ebeba21
YO
91lib/App/
92lib/Archive/Tar/t/src/long/foo.tbz
93lib/Archive/Tar/t/src/short/foo.tbz
94lib/IPC/Cmd/t/src/x.tgz
b2685f0c 95lib/mro.pm
4ebeba21
YO
96lib/TAP/
97lib/Test/Harness.pm
98t/rantests
99t/tmp*
02c87a88 100t/perl
89b2b9f7 101t/test_state
c87a7fa9 102*.output
642d3d28 103
13f76364
VP
104# t/op/require.t byproducts
105t/bleah.pm
106t/bleah.do
107t/bleah.flg
108t/urkkk.pm
109t/urkkk.pmc
110t/krunch.pm
111t/krunch.pmc
112t/whap.pm
113t/whap.pmc
114
642d3d28
RB
115# make_ext.pl cleanup scripts
116realclean.sh
117veryclean.sh
6ed34527 118
281206e6 119# metaconfig needs these three symlinks
6ed34527
MB
120.package
121U
281206e6 122MANIFEST.new
4d87b51d
VP
123
124# ignore vim swap files
125*.swp