Bram Moolenaar | a17c9ce | 2010-01-10 14:44:52 +0100 | [diff] [blame] | 1 | # Unixen |
2 | *.o | ||||
3 | src/vim | ||||
4 | src/xxd/xxd | ||||
5 | |||||
6 | # We do need src/auto/configure and src/auto/config.mk. | ||||
7 | src/auto/osdef.h | ||||
8 | src/auto/config.aap | ||||
9 | src/auto/config.cache | ||||
10 | src/auto/config.h | ||||
11 | src/auto/config.log | ||||
12 | src/auto/config.status | ||||
13 | src/auto/configure.aap | ||||
14 | src/auto/link.log | ||||
15 | src/auto/link.sed | ||||
16 | src/auto/pathdef.c | ||||
17 | |||||
18 | # Windows | ||||
19 | .hgignore | ||||
20 | *.exe | ||||
21 | *.idb | ||||
22 | *.manifest | ||||
23 | *.exp | ||||
24 | *.obj | ||||
25 | *.pdb | ||||
26 | *.ilk | ||||
27 | *.sln | ||||
28 | *.suo | ||||
29 | *.res | ||||
30 | *.RES | ||||
31 | src/pathdef.c | ||||
32 | gvimext.dll | ||||
33 | gvimext.lib | ||||
34 | |||||
35 | # All platforms | ||||
36 | *.rej | ||||
37 | *.orig | ||||
38 | *.mo | ||||
39 | *~ |