This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Pod-Parser to CPAN version 1.62
[perl5.git] / .gitignore
CommitLineData
8565263a 1# ignore .patch from rsync, and any generated patch files from git-am
e9040dfd 2*.patch
8565263a 3# ignore local .config files
fb063f91 4.config
6abfca00 5# these are generated by make_patchnum.sh from git or from a .patchfile
6abfca00 6.sha1
dcff826f 7git_version.h
4ebeba21 8
b7e5ec79
YO
9# ignore bug*.pl
10bug*.pl
4ebeba21 11
433d4b0f
RGS
12# Exists during ./Configure
13/UU
f60d5fd7
JR
14/host
15
16# Tools for cross-compile remote testing:
17/Cross/from-adb-pull
18/Cross/from-scp
19/Cross/mkdir
20/Cross/run-adb-shell
21/Cross/run-ssh
22/Cross/to-adb-push
23/Cross/to-scp
24
433d4b0f 25
fb063f91
SV
26# files produced by './configure.gnu' on a Linux machine
27/Makefile
28/Policy.sh
29/cflags
30/config.h
31/config.sh
32/makeaperl
33/makedepend
34/makedir
35/makefile
fb063f91
SV
36/myconfig
37/opmini.c
38/perlmain.c
1ffb79ef 39/perlmini.c
fb063f91 40/pod/Makefile
85269948 41/runtests
fb063f91
SV
42/writemain
43/x2p/Makefile
44/x2p/cflags
45/x2p/makefile
fb063f91 46
a63f6d0b
TC
47# generated for configuration overrides, eg Solaris
48/config.over
a461c233 49/config.arch
a63f6d0b 50
89b2b9f7
NC
51# alternative names on OS X
52/GNUmakefile
89b2b9f7 53/x2p/GNUmakefile
89b2b9f7 54
c21ebed2
DL
55# produced by dtrace -H when configured with usedtrace
56perldtrace.h
57
fb063f91 58# general build products
5e137bc2
FR
59*.o
60*.a
82fefbc1 61*.so
fc423786 62*.i
15c233d4 63*.old
c164650b 64*.xsc
fb063f91 65
86c25667
BF
66# general build products (darwin)
67*.dylib
68
1e89acdf
SH
69# general build products (Win32)
70*.def
71*.dll
72*.exe
73*.exp
74*.ico
75*.ilk
76*.lib
77*.obj
78*.pdb
79*.res
80*.RES
81
5928bbfb
AB
82# gcov build products. see L<perlhack/"GCC gcov Profiling">
83*.gcov
84*.gcda
85*.gcno
86
e47d8d23
MM
87dll.base
88/ext/DynaLoader/dl_win32.xs
89splittree.pl
90
e2dde009
TC
91# generated by make on cygwin
92/cygwin.c
93
fb063f91
SV
94# ?
95ext.libs
96
97# these are scattered everywhere, ignore them
98.exists
028b6925 99MYMETA.*
fb063f91
SV
100
101/miniperl
102/perl
103
104/extra.pods
105/generate_uudmap
106/uni.data
107/uudmap.h
477af4ed 108/bitcount.h
a2a7e173 109/mg_data.h
fb063f91 110
020a5f5f
NC
111# Build products that we can't infer are generated by conventional extensions
112# (ie all the special cases that would take more code than just adding them
113# here):
ca03d8e9 114lib/CORE/
020a5f5f
NC
115lib/Config_git.pl
116lib/Config_heavy.pl
117lib/Config.pm
118lib/Config.pod
119lib/Cross.pm
120lib/ExtUtils/MANIFEST.SKIP
121lib/ExtUtils/xsubpp
122lib/auto/
fa884b76 123lib/perldoc.pod
020a5f5f
NC
124lib/buildcustomize.pl
125lib/unicore/CombiningClass.pl
126lib/unicore/Decomposition.pl
127lib/unicore/Heavy.pl
128lib/unicore/Name.pl
129lib/unicore/Name.pm
130lib/unicore/TestProp.pl
131lib/unicore/To/
132lib/unicore/UCD.pl
133lib/unicore/lib/
134lib/unicore/mktables.lst
e47d8d23 135
58ff4bd0
DD
136# generated by WinCE build
137xlib/
138
02c87a88 139# test byproducts
abf03c67 140ext/Test-Harness/t/ext/
4ebeba21
YO
141t/rantests
142t/tmp*
02c87a88 143t/perl
89b2b9f7 144t/test_state
c87a7fa9 145*.output
34edcf0c
FR
146cpan/ExtUtils-MakeMaker/t/Big-Dummy/
147cpan/Module-Build/MB-*
e3d1d900 148cpan/Module-Build/t/install_test*
34edcf0c 149*.tmp
fd6f5a11
FR
150t/*.ph
151t/lib/*.ph
642d3d28 152
13f76364
VP
153# t/op/require.t byproducts
154t/bleah.pm
155t/bleah.do
156t/bleah.flg
157t/urkkk.pm
158t/urkkk.pmc
159t/krunch.pm
160t/krunch.pmc
161t/whap.pm
162t/whap.pmc
163
642d3d28
RB
164# make_ext.pl cleanup scripts
165realclean.sh
166veryclean.sh
6ed34527 167
281206e6 168# metaconfig needs these three symlinks
6ed34527
MB
169.package
170U
281206e6 171MANIFEST.new
4d87b51d 172
766ce144 173# ignore editor droppings
4d87b51d 174*.swp
766ce144
DIM
175*~
176.#*
87dfd78c
JC
177
178# test.valgrind final outputs, excluding intermediate files (pls report)
179*.cachegrind
180*.perf-stat
181*.valgrind
708a028c 182
7d4ee4b3
YO
183# dont show .gdb_history files
184.gdb_history
185
708a028c
NC
186# generated by the top level install.html target. XXX Why does it need this?
187/vms/README_vms.pod