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