This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tests for UTF-16 characters > 256, including those containing the octet 10.
[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/Win32.pm
80lib/Win32API/
81lib/Win32CORE.pm
82lib/CORE/
83
84# test byproducts
85ext/Test-Harness/t/ext/
86lib/App/
87lib/Archive/Tar/t/src/long/foo.tbz
88lib/Archive/Tar/t/src/short/foo.tbz
89lib/IPC/Cmd/t/src/x.tgz
90lib/mro.pm
91lib/TAP/
92lib/Test/Harness.pm
93t/rantests
94t/tmp*
95t/perl
96t/test_state
97*.output
98
99# t/op/require.t byproducts
100t/bleah.pm
101t/bleah.do
102t/bleah.flg
103t/urkkk.pm
104t/urkkk.pmc
105t/krunch.pm
106t/krunch.pmc
107t/whap.pm
108t/whap.pmc
109
110# make_ext.pl cleanup scripts
111realclean.sh
112veryclean.sh
113
114# metaconfig needs these three symlinks
115.package
116U
117MANIFEST.new
118
119# ignore vim swap files
120*.swp