Really ignore .patch files
[p5sagit/p5-mst-13.2.git] / .gitignore
1 *.patch
2 .config
3
4 # files produced by './configure.gnu' on a Linux machine
5 /Makefile
6 /Policy.sh
7 /cflags
8 /config.h
9 /config.sh
10 /makeaperl
11 /makedepend
12 /makedir
13 /makefile
14 /makefile.old
15 /myconfig
16 /opmini.c
17 /perlmain.c
18 /pod/Makefile
19 /writemain
20 /x2p/Makefile
21 /x2p/cflags
22 /x2p/makefile
23 /x2p/makefile.old
24
25 # general build products
26 *.o
27 *.a
28
29 # general build products (Win32)
30 *.def
31 *.dll
32 *.exe
33 *.exp
34 *.ico
35 *.ilk
36 *.lib
37 *.obj
38 *.pdb
39 *.res
40 *.RES
41
42 # ?
43 ext.libs
44
45 # these are scattered everywhere, ignore them
46 .exists
47
48 /miniperl
49 /perl
50
51 /extra.pods
52 /generate_uudmap
53 /uni.data
54 /uudmap.h
55
56 x2p/a2p
57 x2p/find2perl
58 x2p/psed
59 x2p/s2p