This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention that Safe::reval() no wraps returned coderefs
[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# files produced by './configure.gnu' on a Linux machine
13Makefile.old
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
27/perlmini.c
28/pod/Makefile
29/runtests
30/writemain
31/x2p/Makefile
32/x2p/cflags
33/x2p/makefile
34/x2p/makefile.old
35
36# alternative names on OS X
37/GNUmakefile
38/GNUmakefile.old
39/x2p/GNUmakefile
40/x2p/GNUmakefile.old
41
42# general build products
43*.o
44*.a
45*.so
46
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
60dll.base
61/ext/DynaLoader/dl_win32.xs
62splittree.pl
63
64# ?
65ext.libs
66
67# these are scattered everywhere, ignore them
68.exists
69
70/miniperl
71/perl
72
73/extra.pods
74/generate_uudmap
75/uni.data
76/uudmap.h
77/bitcount.h
78
79lib/inc/
80lib/Win32.pm
81lib/Win32API/
82lib/Win32CORE.pm
83lib/CORE/
84
85# test byproducts
86ext/Test-Harness/t/ext/
87lib/App/
88lib/Archive/Tar/t/src/long/foo.tbz
89lib/Archive/Tar/t/src/short/foo.tbz
90lib/IPC/Cmd/t/src/x.tgz
91lib/mro.pm
92lib/TAP/
93lib/Test/Harness.pm
94t/rantests
95t/tmp*
96t/perl
97t/test_state
98*.output
99
100# t/op/require.t byproducts
101t/bleah.pm
102t/bleah.do
103t/bleah.flg
104t/urkkk.pm
105t/urkkk.pmc
106t/krunch.pm
107t/krunch.pmc
108t/whap.pm
109t/whap.pmc
110
111# make_ext.pl cleanup scripts
112realclean.sh
113veryclean.sh
114
115# metaconfig needs these three symlinks
116.package
117U
118MANIFEST.new
119
120# ignore vim swap files
121*.swp