This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: perlfunc cleanup, part 1
[perl5.git] / .gitignore
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
7 git_version.h
8
9 # ignore bug*.pl
10 bug*.pl
11
12 # files produced by './configure.gnu' on a Linux machine
13 Makefile.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
60 dll.base
61 /ext/DynaLoader/dl_win32.xs
62 splittree.pl
63
64 # ?
65 ext.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
79 lib/inc/
80 lib/Win32.pm
81 lib/Win32API/
82 lib/Win32CORE.pm
83 lib/CORE/
84
85 # test byproducts
86 ext/Test-Harness/t/ext/
87 lib/App/
88 lib/Archive/Tar/t/src/long/foo.tbz
89 lib/Archive/Tar/t/src/short/foo.tbz
90 lib/IPC/Cmd/t/src/x.tgz
91 lib/mro.pm
92 lib/TAP/
93 lib/Test/Harness.pm
94 t/rantests
95 t/tmp*
96 t/perl
97 t/test_state
98 *.output
99
100 # t/op/require.t byproducts
101 t/bleah.pm
102 t/bleah.do
103 t/bleah.flg
104 t/urkkk.pm
105 t/urkkk.pmc
106 t/krunch.pm
107 t/krunch.pmc
108 t/whap.pm
109 t/whap.pmc
110
111 # make_ext.pl cleanup scripts
112 realclean.sh
113 veryclean.sh
114
115 # metaconfig needs these three symlinks
116 .package
117 U
118 MANIFEST.new
119
120 # ignore vim swap files
121 *.swp