Commit | Line | Data |
---|---|---|
8565263a | 1 | # ignore .patch from rsync, and any generated patch files from git-am |
e9040dfd | 2 | *.patch |
8565263a | 3 | # ignore local .config files |
fb063f91 | 4 | .config |
6abfca00 | 5 | # these are generated by make_patchnum.sh from git or from a .patchfile |
6abfca00 | 6 | .sha1 |
dcff826f | 7 | git_version.h |
4ebeba21 | 8 | |
b7e5ec79 | 9 | # ignore bug*.pl |
10 | bug*.pl | |
4ebeba21 | 11 | |
fb063f91 | 12 | # files produced by './configure.gnu' on a Linux machine |
4ebeba21 | 13 | Makefile.old |
fb063f91 | 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 | |
1ffb79ef | 27 | /perlmini.c |
fb063f91 | 28 | /pod/Makefile |
29 | /writemain | |
30 | /x2p/Makefile | |
31 | /x2p/cflags | |
32 | /x2p/makefile | |
33 | /x2p/makefile.old | |
34 | ||
89b2b9f7 | 35 | # alternative names on OS X |
36 | /GNUmakefile | |
37 | /GNUmakefile.old | |
38 | /x2p/GNUmakefile | |
39 | /x2p/GNUmakefile.old | |
40 | ||
fb063f91 | 41 | # general build products |
5e137bc2 | 42 | *.o |
43 | *.a | |
fb063f91 | 44 | |
1e89acdf | 45 | # general build products (Win32) |
46 | *.def | |
47 | *.dll | |
48 | *.exe | |
49 | *.exp | |
50 | *.ico | |
51 | *.ilk | |
52 | *.lib | |
53 | *.obj | |
54 | *.pdb | |
55 | *.res | |
56 | *.RES | |
57 | ||
e47d8d23 | 58 | dll.base |
59 | /ext/DynaLoader/dl_win32.xs | |
60 | splittree.pl | |
61 | ||
fb063f91 | 62 | # ? |
63 | ext.libs | |
64 | ||
65 | # these are scattered everywhere, ignore them | |
66 | .exists | |
67 | ||
68 | /miniperl | |
69 | /perl | |
70 | ||
71 | /extra.pods | |
72 | /generate_uudmap | |
73 | /uni.data | |
74 | /uudmap.h | |
477af4ed | 75 | /bitcount.h |
fb063f91 | 76 | |
cdaa3145 | 77 | ext/Win32API-File/cFile_pc_to_blib |
e47d8d23 | 78 | lib/Win32.pm |
79 | lib/Win32API/ | |
80 | lib/Win32CORE.pm | |
ca03d8e9 | 81 | lib/CORE/ |
e47d8d23 | 82 | |
02c87a88 | 83 | # test byproducts |
abf03c67 | 84 | ext/Test-Harness/t/ext/ |
4ebeba21 | 85 | lib/App/ |
86 | lib/Archive/Tar/t/src/long/foo.tbz | |
87 | lib/Archive/Tar/t/src/short/foo.tbz | |
88 | lib/IPC/Cmd/t/src/x.tgz | |
b2685f0c | 89 | lib/mro.pm |
4ebeba21 | 90 | lib/TAP/ |
91 | lib/Test/Harness.pm | |
92 | t/rantests | |
93 | t/tmp* | |
02c87a88 | 94 | t/perl |
89b2b9f7 | 95 | t/test_state |
c87a7fa9 | 96 | *.output |
642d3d28 | 97 | |
98 | # make_ext.pl cleanup scripts | |
99 | realclean.sh | |
100 | veryclean.sh | |
6ed34527 | 101 | |
281206e6 | 102 | # metaconfig needs these three symlinks |
6ed34527 | 103 | .package |
104 | U | |
281206e6 | 105 | MANIFEST.new |
4d87b51d | 106 | |
107 | # ignore vim swap files | |
108 | *.swp |