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