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
1# ignore .patch from rsync, and any generated patch files from git-am
2*.patch
3# ignore local .config files
4.config
5# these are generated by make_patchnum.sh from git or from a .patchfile
6.sha1
7git_version.h
8
9# ignore bug*.pl
10bug*.pl
11
12# Exists during ./Configure
13/UU
14
15# files produced by './configure.gnu' on a Linux machine
16Makefile.old
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
30/perlmini.c
31/pod/Makefile
32/runtests
33/writemain
34/x2p/Makefile
35/x2p/cflags
36/x2p/makefile
37/x2p/makefile.old
38
39# alternative names on OS X
40/GNUmakefile
41/GNUmakefile.old
42/x2p/GNUmakefile
43/x2p/GNUmakefile.old
44
45# general build products
46*.o
47*.a
48*.so
49
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
63dll.base
64/ext/DynaLoader/dl_win32.xs
65splittree.pl
66
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
80/bitcount.h
81
82lib/inc/
83lib/Win32.pm
84lib/Win32API/
85lib/Win32CORE.pm
86lib/CORE/
87
88# test byproducts
89ext/Test-Harness/t/ext/
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
94lib/mro.pm
95lib/TAP/
96lib/Test/Harness.pm
97t/rantests
98t/tmp*
99t/perl
100t/test_state
101*.output
102
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
114# make_ext.pl cleanup scripts
115realclean.sh
116veryclean.sh
117
118# metaconfig needs these three symlinks
119.package
120U
121MANIFEST.new
122
123# ignore vim swap files
124*.swp