This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add test for deprecation warnings from h2ph
[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
89b2b9f7
NC
36# alternative names on OS X
37/GNUmakefile
89b2b9f7 38/x2p/GNUmakefile
89b2b9f7 39
fb063f91 40# general build products
5e137bc2
FR
41*.o
42*.a
82fefbc1 43*.so
fc423786 44*.i
15c233d4 45*.old
c164650b 46*.xsc
fb063f91 47
1e89acdf
SH
48# general build products (Win32)
49*.def
50*.dll
51*.exe
52*.exp
53*.ico
54*.ilk
55*.lib
56*.obj
57*.pdb
58*.res
59*.RES
60
5928bbfb
AB
61# gcov build products. see L<perlhack/"GCC gcov Profiling">
62*.gcov
63*.gcda
64*.gcno
65
e47d8d23
MM
66dll.base
67/ext/DynaLoader/dl_win32.xs
68splittree.pl
69
fb063f91
SV
70# ?
71ext.libs
72
73# these are scattered everywhere, ignore them
74.exists
75
76/miniperl
77/perl
78
79/extra.pods
80/generate_uudmap
81/uni.data
82/uudmap.h
477af4ed 83/bitcount.h
fb063f91 84
613f422f 85lib/inc/
e47d8d23
MM
86lib/Win32.pm
87lib/Win32API/
88lib/Win32CORE.pm
ca03d8e9 89lib/CORE/
e47d8d23 90
02c87a88 91# test byproducts
abf03c67 92ext/Test-Harness/t/ext/
4ebeba21
YO
93lib/App/
94lib/Archive/Tar/t/src/long/foo.tbz
95lib/Archive/Tar/t/src/short/foo.tbz
96lib/IPC/Cmd/t/src/x.tgz
b2685f0c 97lib/mro.pm
4ebeba21
YO
98lib/TAP/
99lib/Test/Harness.pm
100t/rantests
101t/tmp*
02c87a88 102t/perl
89b2b9f7 103t/test_state
c87a7fa9 104*.output
34edcf0c
FR
105cpan/ExtUtils-MakeMaker/t/Big-Dummy/
106cpan/Module-Build/MB-*
107*.tmp
642d3d28 108
13f76364
VP
109# t/op/require.t byproducts
110t/bleah.pm
111t/bleah.do
112t/bleah.flg
113t/urkkk.pm
114t/urkkk.pmc
115t/krunch.pm
116t/krunch.pmc
117t/whap.pm
118t/whap.pmc
119
642d3d28
RB
120# make_ext.pl cleanup scripts
121realclean.sh
122veryclean.sh
6ed34527 123
281206e6 124# metaconfig needs these three symlinks
6ed34527
MB
125.package
126U
281206e6 127MANIFEST.new
4d87b51d 128
766ce144 129# ignore editor droppings
4d87b51d 130*.swp
766ce144
DIM
131*~
132.#*