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 | |
27 | /pod/Makefile | |
28 | /writemain | |
29 | /x2p/Makefile | |
30 | /x2p/cflags | |
31 | /x2p/makefile | |
32 | /x2p/makefile.old | |
33 | ||
34 | # general build products | |
5e137bc2 | 35 | *.o |
36 | *.a | |
fb063f91 | 37 | |
1e89acdf | 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 | ||
e47d8d23 | 51 | dll.base |
52 | /ext/DynaLoader/dl_win32.xs | |
53 | splittree.pl | |
54 | ||
fb063f91 | 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 | ||
e47d8d23 | 69 | ext/Win32API/File/cFile_pc_to_blib |
70 | lib/Win32.pm | |
71 | lib/Win32API/ | |
72 | lib/Win32CORE.pm | |
ca03d8e9 | 73 | lib/CORE/ |
e47d8d23 | 74 | |
02c87a88 | 75 | # test byproducts |
4ebeba21 | 76 | ext/Test/Harness/t/ext/ |
77 | lib/App/ | |
78 | lib/Archive/Tar/t/src/long/foo.tbz | |
79 | lib/Archive/Tar/t/src/short/foo.tbz | |
80 | lib/IPC/Cmd/t/src/x.tgz | |
b2685f0c | 81 | lib/mro.pm |
4ebeba21 | 82 | lib/TAP/ |
83 | lib/Test/Harness.pm | |
84 | t/rantests | |
85 | t/tmp* | |
02c87a88 | 86 | t/perl |