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