This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert Math::BigInt::FastCalc to XSLoader.
[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
37f6eaa4 75MYMETA.yml
fb063f91
SV
76
77/miniperl
78/perl
79
80/extra.pods
81/generate_uudmap
82/uni.data
83/uudmap.h
477af4ed 84/bitcount.h
fb063f91 85
613f422f 86lib/inc/
e47d8d23
MM
87lib/Win32.pm
88lib/Win32API/
89lib/Win32CORE.pm
ca03d8e9 90lib/CORE/
e47d8d23 91
02c87a88 92# test byproducts
abf03c67 93ext/Test-Harness/t/ext/
4ebeba21
YO
94lib/App/
95lib/Archive/Tar/t/src/long/foo.tbz
96lib/Archive/Tar/t/src/short/foo.tbz
97lib/IPC/Cmd/t/src/x.tgz
b2685f0c 98lib/mro.pm
4ebeba21
YO
99lib/TAP/
100lib/Test/Harness.pm
101t/rantests
102t/tmp*
02c87a88 103t/perl
89b2b9f7 104t/test_state
c87a7fa9 105*.output
34edcf0c
FR
106cpan/ExtUtils-MakeMaker/t/Big-Dummy/
107cpan/Module-Build/MB-*
108*.tmp
fd6f5a11
FR
109t/*.ph
110t/lib/*.ph
642d3d28 111
13f76364
VP
112# t/op/require.t byproducts
113t/bleah.pm
114t/bleah.do
115t/bleah.flg
116t/urkkk.pm
117t/urkkk.pmc
118t/krunch.pm
119t/krunch.pmc
120t/whap.pm
121t/whap.pmc
122
642d3d28
RB
123# make_ext.pl cleanup scripts
124realclean.sh
125veryclean.sh
6ed34527 126
281206e6 127# metaconfig needs these three symlinks
6ed34527
MB
128.package
129U
281206e6 130MANIFEST.new
4d87b51d 131
766ce144 132# ignore editor droppings
4d87b51d 133*.swp
766ce144
DIM
134*~
135.#*