comparison .hgignore @ 2037:7fd6692f28b1

Add an .hgignore file (suggested by Mike Williams).
author Bram Moolenaar <bram@zimbu.org>
date Sun, 10 Jan 2010 14:44:52 +0100
parents
children 5c6fa259c923
comparison
equal deleted inserted replaced
2036:0aad4c982171 2037:7fd6692f28b1
1 syntax: glob
2
3 # Unixen
4 *.o
5 src/vim
6 src/xxd/xxd
7
8 # We do need src/auto/configure and src/auto/config.mk.
9 src/auto/osdef.h
10 src/auto/config.aap
11 src/auto/config.cache
12 src/auto/config.h
13 src/auto/config.log
14 src/auto/config.status
15 src/auto/configure.aap
16 src/auto/link.log
17 src/auto/link.sed
18 src/auto/pathdef.c
19
20 # Windows
21 .hgignore
22 *.exe
23 *.idb
24 *.manifest
25 *.exp
26 *.obj
27 *.pdb
28 *.ilk
29 *.sln
30 *.suo
31 *.res
32 *.RES
33 src/pathdef.c
34 gvimext.dll
35 gvimext.lib
36
37 # All platforms
38 *.rej
39 *.orig
40 *.mo
41 *~