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 |
85269948 | 29 | /runtests |
fb063f91 | 30 | /writemain |
31 | /x2p/Makefile | |
32 | /x2p/cflags | |
33 | /x2p/makefile | |
34 | /x2p/makefile.old | |
35 | ||
89b2b9f7 | 36 | # alternative names on OS X |
37 | /GNUmakefile | |
38 | /GNUmakefile.old | |
39 | /x2p/GNUmakefile | |
40 | /x2p/GNUmakefile.old | |
41 | ||
fb063f91 | 42 | # general build products |
5e137bc2 | 43 | *.o |
44 | *.a | |
82fefbc1 | 45 | *.so |
fb063f91 | 46 | |
1e89acdf | 47 | # general build products (Win32) |
48 | *.def | |
49 | *.dll | |
50 | *.exe | |
51 | *.exp | |
52 | *.ico | |
53 | *.ilk | |
54 | *.lib | |
55 | *.obj | |
56 | *.pdb | |
57 | *.res | |
58 | *.RES | |
59 | ||
e47d8d23 | 60 | dll.base |
61 | /ext/DynaLoader/dl_win32.xs | |
62 | splittree.pl | |
63 | ||
fb063f91 | 64 | # ? |
65 | ext.libs | |
66 | ||
67 | # these are scattered everywhere, ignore them | |
68 | .exists | |
69 | ||
70 | /miniperl | |
71 | /perl | |
72 | ||
73 | /extra.pods | |
74 | /generate_uudmap | |
75 | /uni.data | |
76 | /uudmap.h | |
477af4ed | 77 | /bitcount.h |
fb063f91 | 78 | |
613f422f | 79 | lib/inc/ |
e47d8d23 | 80 | lib/Win32.pm |
81 | lib/Win32API/ | |
82 | lib/Win32CORE.pm | |
ca03d8e9 | 83 | lib/CORE/ |
e47d8d23 | 84 | |
02c87a88 | 85 | # test byproducts |
abf03c67 | 86 | ext/Test-Harness/t/ext/ |
4ebeba21 | 87 | lib/App/ |
88 | lib/Archive/Tar/t/src/long/foo.tbz | |
89 | lib/Archive/Tar/t/src/short/foo.tbz | |
90 | lib/IPC/Cmd/t/src/x.tgz | |
b2685f0c | 91 | lib/mro.pm |
4ebeba21 | 92 | lib/TAP/ |
93 | lib/Test/Harness.pm | |
94 | t/rantests | |
95 | t/tmp* | |
02c87a88 | 96 | t/perl |
89b2b9f7 | 97 | t/test_state |
c87a7fa9 | 98 | *.output |
642d3d28 | 99 | |
13f76364 | 100 | # t/op/require.t byproducts |
101 | t/bleah.pm | |
102 | t/bleah.do | |
103 | t/bleah.flg | |
104 | t/urkkk.pm | |
105 | t/urkkk.pmc | |
106 | t/krunch.pm | |
107 | t/krunch.pmc | |
108 | t/whap.pm | |
109 | t/whap.pmc | |
110 | ||
642d3d28 | 111 | # make_ext.pl cleanup scripts |
112 | realclean.sh | |
113 | veryclean.sh | |
6ed34527 | 114 | |
281206e6 | 115 | # metaconfig needs these three symlinks |
6ed34527 | 116 | .package |
117 | U | |
281206e6 | 118 | MANIFEST.new |
4d87b51d | 119 | |
120 | # ignore vim swap files | |
121 | *.swp |