This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move base from lib to ext
[perl5.git] / ext / .gitignore
1 # ignore generated .c files, and other module build traces
2 *.c
3 *.bs
4 blib
5 pm_to_blib
6 Makefile
7 ppport.h
8 !/Devel-PPPort/module2.c
9 !/Devel-PPPort/module3.c
10 !/File-Glob/bsd_glob.c
11 !/XS-APItest/core.c
12 !/XS-APItest/exception.c
13 !/XS-APItest/notcore.c
14 !/XS-Typemap/stdio.c
15 /attributes/Makefile.PL
16 /B-Debug/Makefile.PL
17 /B-Deparse/Makefile.PL
18 /B-Lint/Makefile.PL
19 /Data-Dumper/Makefile.PL
20 /Filter-Util-Call/Makefile.PL
21 /Hash-Util-FieldHash/Makefile.PL
22 /Math-BigInt-FastCalc/Makefile.PL
23 /mro/Makefile.PL
24 /Opcode/Makefile.PL
25 /PerlIO-encoding/Makefile.PL
26 /PerlIO-scalar/Makefile.PL
27 /PerlIO-via/Makefile.PL
28 /Shell/Makefile.PL
29 /Switch/Makefile.PL
30 /Sys-Hostname/Makefile.PL
31 /Term-ANSIColor/Makefile.PL
32 /Term-Cap/Makefile.PL
33 /Term-UI/Makefile.PL
34 /Test-Harness/Makefile.PL
35 /Text-Soundex/Makefile.PL
36 /B-Debug/Makefile.PL
37 /B-Deparse/Makefile.PL
38 /B-Lint/Makefile.PL
39 /Shell/Makefile.PL
40 /Term-ANSIColor/Makefile.PL
41 /base/Makefile.PL
42
43 # ignore all vim swap files but the one bundled in Module::Pluggable for testing
44 *.swp
45 !/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp