This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Return OPERATOR('[') for '[' without falling through to case '~', avoiding misinterpr...
[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/writemain
30/x2p/Makefile
31/x2p/cflags
32/x2p/makefile
33/x2p/makefile.old
34
35# alternative names on OS X
36/GNUmakefile
37/GNUmakefile.old
38/x2p/GNUmakefile
39/x2p/GNUmakefile.old
40
41# general build products
42*.o
43*.a
44
45# general build products (Win32)
46*.def
47*.dll
48*.exe
49*.exp
50*.ico
51*.ilk
52*.lib
53*.obj
54*.pdb
55*.res
56*.RES
57
58dll.base
59/ext/DynaLoader/dl_win32.xs
60splittree.pl
61
62# ?
63ext.libs
64
65# these are scattered everywhere, ignore them
66.exists
67
68/miniperl
69/perl
70
71/extra.pods
72/generate_uudmap
73/uni.data
74/uudmap.h
75
76ext/Win32API-File/cFile_pc_to_blib
77lib/Win32.pm
78lib/Win32API/
79lib/Win32CORE.pm
80lib/CORE/
81
82# test byproducts
83ext/Test-Harness/t/ext/
84lib/App/
85lib/Archive/Tar/t/src/long/foo.tbz
86lib/Archive/Tar/t/src/short/foo.tbz
87lib/IPC/Cmd/t/src/x.tgz
88lib/mro.pm
89lib/TAP/
90lib/Test/Harness.pm
91t/rantests
92t/tmp*
93t/perl
94t/test_state
95
96# make_ext.pl cleanup scripts
97realclean.sh
98veryclean.sh
99
100# metaconfig needs these two symlinks
101.package
102U