Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the
[p5sagit/p5-mst-13.2.git] / .gitignore
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 .patchnum
7 .sha1
8
9 # ignore bug*.pl
10 bug*.pl
11
12 # files produced by './configure.gnu' on a Linux machine
13 Makefile.old
14 /Makefile
15 /Policy.sh
16 /cflags
17 /config.h
18 /config.sh
19 /makeaperl
20 /makedepend
21 /makedir
22 /makefile
23 /makefile.old
24 /myconfig
25 /opmini.c
26 /perlmain.c
27 /pod/Makefile
28 /writemain
29 /x2p/Makefile
30 /x2p/cflags
31 /x2p/makefile
32 /x2p/makefile.old
33
34 # general build products
35 *.o
36 *.a
37
38 # general build products (Win32)
39 *.def
40 *.dll
41 *.exe
42 *.exp
43 *.ico
44 *.ilk
45 *.lib
46 *.obj
47 *.pdb
48 *.res
49 *.RES
50
51 # ?
52 ext.libs
53
54 # these are scattered everywhere, ignore them
55 .exists
56
57 /miniperl
58 /perl
59
60 /extra.pods
61 /generate_uudmap
62 /uni.data
63 /uudmap.h
64
65 x2p/a2p
66 x2p/find2perl
67 x2p/psed
68 x2p/s2p
69
70 # test byproduct
71 ext/Test/Harness/t/ext/
72 lib/App/
73 lib/Archive/Tar/t/src/long/foo.tbz
74 lib/Archive/Tar/t/src/short/foo.tbz
75 lib/IPC/Cmd/t/src/x.tgz
76 lib/mro.pm
77 lib/TAP/
78 lib/Test/Harness.pm
79 t/rantests
80 t/tmp*