Moved Module::Loaded from lib/ to ext/
[p5sagit/p5-mst-13.2.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 /Attribute-Handlers/Makefile.PL
16 /attributes/Makefile.PL
17 /autouse/Makefile.PL
18 /base/Makefile.PL
19 /B-Debug/Makefile.PL
20 /B-Deparse/Makefile.PL
21 /B-Lint/Makefile.PL
22 /Data-Dumper/Makefile.PL
23 /Devel-SelfStubber/Makefile.PL
24 /FileCache/Makefile.PL
25 /File-Fetch/Makefile.PL
26 /Filter-Simple/Makefile.PL
27 /Filter-Util-Call/Makefile.PL
28 /Hash-Util-FieldHash/Makefile.PL
29 /I18N-LangTags/Makefile.PL
30 /IPC-Cmd/Makefile.PL
31 /IPC-Open2/Makefile.PL
32 /IPC-Open3/Makefile.PL
33 /Log-Message/Makefile.PL
34 /Log-Message-Simple/Makefile.PL
35 /Math-BigInt-FastCalc/Makefile.PL
36 /Module-Loaded/Makefile.PL
37 /mro/Makefile.PL
38 /Net-Ping/Makefile.PL
39 /Opcode/Makefile.PL
40 /Package-Constants/Makefile.PL
41 /PerlIO-encoding/Makefile.PL
42 /PerlIO-scalar/Makefile.PL
43 /PerlIO-via/Makefile.PL
44 /Pod-Plainer/Makefile.PL
45 /SelfLoader/Makefile.PL
46 /Shell/Makefile.PL
47 /Switch/Makefile.PL
48 /Sys-Hostname/Makefile.PL
49 /Term-ANSIColor/Makefile.PL
50 /Term-Cap/Makefile.PL
51 /Term-UI/Makefile.PL
52 /Test-Harness/Makefile.PL
53 /Text-Balanced/Makefile.PL
54 /Text-Soundex/Makefile.PL
55 /Thread-Queue/Makefile.PL
56 /Thread-Semaphore/Makefile.PL
57 /Tie-File/Makefile.PL
58 /Tie-Memoize/Makefile.PL
59
60 # ignore all vim swap files but the one bundled in Module::Pluggable for testing
61 *.swp
62 !/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp