This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Arrange to handle 6.1 ScriptExtensions.txt
[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 # Exists during ./Configure
13 /UU
14
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
25 /myconfig
26 /opmini.c
27 /perlmain.c
28 /perlmini.c
29 /pod/Makefile
30 /runtests
31 /writemain
32 /x2p/Makefile
33 /x2p/cflags
34 /x2p/makefile
35
36 # alternative names on OS X
37 /GNUmakefile
38 /x2p/GNUmakefile
39
40 # produced by dtrace -H when configured with usedtrace
41 perldtrace.h
42
43 # general build products
44 *.o
45 *.a
46 *.so
47 *.i
48 *.old
49 *.xsc
50
51 # general build products (Win32)
52 *.def
53 *.dll
54 *.exe
55 *.exp
56 *.ico
57 *.ilk
58 *.lib
59 *.obj
60 *.pdb
61 *.res
62 *.RES
63
64 # gcov build products. see L<perlhack/"GCC gcov Profiling">
65 *.gcov
66 *.gcda
67 *.gcno
68
69 dll.base
70 /ext/DynaLoader/dl_win32.xs
71 splittree.pl
72
73 # generated by make on cygwin
74 /cygwin.c
75
76 # ?
77 ext.libs
78
79 # these are scattered everywhere, ignore them
80 .exists
81 MYMETA.yml
82
83 /miniperl
84 /perl
85
86 /extra.pods
87 /generate_uudmap
88 /uni.data
89 /uudmap.h
90 /bitcount.h
91 /mg_data.h
92
93 lib/inc/
94 lib/Win32.pm
95 lib/Win32API/
96 lib/Win32CORE.pm
97 lib/CORE/
98
99 # test byproducts
100 ext/Test-Harness/t/ext/
101 lib/App/
102 lib/Archive/Tar/t/src/long/foo.tbz
103 lib/Archive/Tar/t/src/short/foo.tbz
104 lib/IPC/Cmd/t/src/x.tgz
105 lib/mro.pm
106 lib/TAP/
107 lib/Test/Harness.pm
108 t/rantests
109 t/tmp*
110 t/perl
111 t/test_state
112 *.output
113 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
114 cpan/Module-Build/MB-*
115 *.tmp
116 t/*.ph
117 t/lib/*.ph
118
119 # t/op/require.t byproducts
120 t/bleah.pm
121 t/bleah.do
122 t/bleah.flg
123 t/urkkk.pm
124 t/urkkk.pmc
125 t/krunch.pm
126 t/krunch.pmc
127 t/whap.pm
128 t/whap.pmc
129
130 # make_ext.pl cleanup scripts
131 realclean.sh
132 veryclean.sh
133
134 # metaconfig needs these three symlinks
135 .package
136 U
137 MANIFEST.new
138
139 # ignore editor droppings
140 *.swp
141 *~
142 .#*
143
144 # test.valgrind final outputs, excluding intermediate files (pls report)
145 *.cachegrind
146 *.perf-stat
147 *.valgrind