This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Steffen Schwigon to AUTHORS.
[perl5.git] / .gitignore
... / ...
CommitLineData
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
7git_version.h
8
9# ignore bug*.pl
10bug*.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# generated for configuration overrides, eg Solaris
37/config.over
38
39# alternative names on OS X
40/GNUmakefile
41/x2p/GNUmakefile
42
43# produced by dtrace -H when configured with usedtrace
44perldtrace.h
45
46# general build products
47*.o
48*.a
49*.so
50*.i
51*.old
52*.xsc
53
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
67# gcov build products. see L<perlhack/"GCC gcov Profiling">
68*.gcov
69*.gcda
70*.gcno
71
72dll.base
73/ext/DynaLoader/dl_win32.xs
74splittree.pl
75
76# generated by make on cygwin
77/cygwin.c
78
79# ?
80ext.libs
81
82# these are scattered everywhere, ignore them
83.exists
84MYMETA.yml
85
86/miniperl
87/perl
88
89/extra.pods
90/generate_uudmap
91/uni.data
92/uudmap.h
93/bitcount.h
94/mg_data.h
95
96lib/inc/
97lib/Win32.pm
98lib/Win32API/
99lib/Win32CORE.pm
100lib/CORE/
101
102# test byproducts
103ext/Test-Harness/t/ext/
104lib/App/
105lib/Archive/Tar/t/src/long/foo.tbz
106lib/Archive/Tar/t/src/short/foo.tbz
107lib/IPC/Cmd/t/src/x.tgz
108lib/mro.pm
109lib/TAP/
110lib/Test/Harness.pm
111t/rantests
112t/tmp*
113t/perl
114t/test_state
115*.output
116cpan/ExtUtils-MakeMaker/t/Big-Dummy/
117cpan/Module-Build/MB-*
118*.tmp
119t/*.ph
120t/lib/*.ph
121
122# t/op/require.t byproducts
123t/bleah.pm
124t/bleah.do
125t/bleah.flg
126t/urkkk.pm
127t/urkkk.pmc
128t/krunch.pm
129t/krunch.pmc
130t/whap.pm
131t/whap.pmc
132
133# make_ext.pl cleanup scripts
134realclean.sh
135veryclean.sh
136
137# metaconfig needs these three symlinks
138.package
139U
140MANIFEST.new
141
142# ignore editor droppings
143*.swp
144*~
145.#*
146
147# test.valgrind final outputs, excluding intermediate files (pls report)
148*.cachegrind
149*.perf-stat
150*.valgrind