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