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