This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
better name for parameter to newGIVENOP()
[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 /host
15
16 # Tools for cross-compile remote testing:
17 /Cross/from-*
18 /Cross/mkdir
19 /Cross/run-*
20 /Cross/to-*
21
22 # files produced by './configure.gnu' on a Linux machine
23 /Makefile
24 /Policy.sh
25 /cflags
26 /config.h
27 /config.sh
28 /makeaperl
29 /makedepend
30 /makedir
31 /makefile
32 /myconfig
33 /opmini.c
34 /perlmain.c
35 /perlmini.c
36 /pod/Makefile
37 /runtests
38 /writemain
39 /x2p/Makefile
40 /x2p/cflags
41 /x2p/makefile
42
43 # generated for configuration overrides, eg Solaris
44 /config.over
45 /config.arch
46
47 # alternative names on OS X
48 /GNUmakefile
49 /x2p/GNUmakefile
50
51 # produced by dtrace -H when configured with usedtrace
52 perldtrace.h
53
54 # general build products
55 *.o
56 *.a
57 *.so
58 *.i
59 *.old
60 *.xsc
61
62 # general build products (darwin)
63 *.dylib
64
65 # general build products (Win32)
66 *.def
67 *.dll
68 *.exe
69 *.exp
70 *.ico
71 *.ilk
72 *.lib
73 *.obj
74 *.pdb
75 *.res
76 *.RES
77
78 # gcov build products. see L<perlhack/"GCC gcov Profiling">
79 *.gcov
80 *.gcda
81 *.gcno
82
83 dll.base
84 /ext/DynaLoader/dl_win32.xs
85 splittree.pl
86
87 # generated by make on cygwin
88 /cygwin.c
89
90 # ?
91 ext.libs
92
93 # these are scattered everywhere, ignore them
94 .exists
95 MYMETA.*
96
97 /miniperl
98 /perl
99
100 /extra.pods
101 /generate_uudmap
102 /uni.data
103 /uudmap.h
104 /bitcount.h
105 /mg_data.h
106
107 # Build products that we can't infer are generated by conventional extensions
108 # (ie all the special cases that would take more code than just adding them
109 # here):
110 lib/CORE/
111 lib/Config_git.pl
112 lib/Config_heavy.pl
113 lib/Config.pm
114 lib/Config.pod
115 lib/Cross.pm
116 lib/ExtUtils/MANIFEST.SKIP
117 lib/ExtUtils/xsubpp
118 lib/auto/
119 lib/perldoc.pod
120 lib/buildcustomize.pl
121 lib/unicore/CombiningClass.pl
122 lib/unicore/Decomposition.pl
123 lib/unicore/Heavy.pl
124 lib/unicore/Name.pl
125 lib/unicore/Name.pm
126 lib/unicore/TestProp.pl
127 lib/unicore/To/
128 lib/unicore/UCD.pl
129 lib/unicore/lib/
130 lib/unicore/mktables.lst
131
132 # generated by WinCE build
133 xlib/
134
135 # test byproducts
136 ext/Test-Harness/t/ext/
137 t/rantests
138 t/tmp*
139 t/perl
140 t/test_state
141 *.output
142 *.tmp
143 *.bak
144 t/*.ph
145 t/lib/*.ph
146
147 # t/op/require.t byproducts
148 t/bleah.pm
149 t/bleah.do
150 t/bleah.flg
151 t/urkkk.pm
152 t/urkkk.pmc
153 t/krunch.pm
154 t/krunch.pmc
155 t/whap.pm
156 t/whap.pmc
157
158 # make_ext.pl cleanup scripts
159 realclean.sh
160 veryclean.sh
161
162 # metaconfig needs these three symlinks
163 .package
164 U
165 MANIFEST.new
166
167 # this is used to auto-sort the MANIFEST
168 MANIFEST.srt
169
170 # ignore editor droppings
171 *.swp
172 *~
173 .#*
174
175 # test.valgrind final outputs, excluding intermediate files (pls report)
176 *.cachegrind
177 *.perf-stat
178 *.valgrind
179
180 # dont show .gdb_history files
181 .gdb_history
182
183 # cscope -b
184 cscope.out
185 # cscope -q
186 cscope.in.out
187 cscope.po.out
188
189 # generated by the top level install.html target. XXX Why does it need this?
190 /vms/README_vms.pod
191
192 # generated be ext/re/Makefile
193 ext/re/invlist_inline.h
194
195 # ctags
196 tags
197 TAGS
198 # gtags
199 GPATH
200 GRPATH
201 GRTAGS
202 GTAGS
203
204 # generated by Porting/sync-with-cpan
205 /make.log