fd24500da68fa9cdd6891122aa6e98ffebe716c4
[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 .sha1
7 git_version.h
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 dll.base
52 /ext/DynaLoader/dl_win32.xs
53 splittree.pl
54
55 # ?
56 ext.libs
57
58 # these are scattered everywhere, ignore them
59 .exists
60
61 /miniperl
62 /perl
63
64 /extra.pods
65 /generate_uudmap
66 /uni.data
67 /uudmap.h
68
69 x2p/a2p
70 x2p/find2perl
71 x2p/psed
72 x2p/s2p
73
74 # Win32 is missing a2p.bat?
75 x2p/find2perl.bat
76 x2p/psed.bat
77 x2p/s2p.bat
78
79 ext/Win32API/File/cFile_pc_to_blib
80 lib/Win32.pm
81 lib/Win32API/
82 lib/Win32CORE.pm
83 lib/CORE/
84
85 # These .bat files are created from their Perl correspondents
86 pod/pod2html.bat
87 pod/pod2latex.bat
88 pod/pod2man.bat
89 pod/pod2text.bat
90 pod/pod2usage.bat
91 pod/podchecker.bat
92 pod/podselect.bat
93
94 # test byproduct
95 ext/Test/Harness/t/ext/
96 lib/App/
97 lib/Archive/Tar/t/src/long/foo.tbz
98 lib/Archive/Tar/t/src/short/foo.tbz
99 lib/IPC/Cmd/t/src/x.tgz
100 lib/mro.pm
101 lib/TAP/
102 lib/Test/Harness.pm
103 t/rantests
104 t/tmp*