comparison .hgignore @ 762:d7aae6f09754

Fix up hgignore to not match to much.
author Christian Kamm <kamm incasoftware de>
date Tue, 11 Nov 2008 22:57:19 +0100
parents 6aaa3d3c1183
children d268bf419a09
comparison
equal deleted inserted replaced
761:fa306ca8843b 762:d7aae6f09754
1 syntax: glob 1 syntax: glob
2 tests/dstress
3 tests/reference
4 *.bc 2 *.bc
5 *.o 3 *.o
6 *.s 4 *.s
7 *.a 5 *.a
8 *.so 6 *.so
9 *.orig 7 *.orig
10 obj/*
11 tango
12 import
13 Makefile 8 Makefile
14 bin/ldc 9 .DS_Store
15 idgen
16 idgen.make
17 impcnvgen
18 impcnvgen.make
19 ldc.make
20 dmd/impcnvtab.c
21 tests/runminitest
22 tests/findregressions
23 tests/makewebstatistics
24 tests/mini/obj/*
25 10
26 # Mac OS X 11 syntax: regexp
27 .DS_Store 12 ^obj/.*
13 ^tests/dstress
14 ^tests/reference
15 ^tango
16 ^import
17 ^bin/ldc
18 ^idgen
19 ^idgen.make
20 ^impcnvgen
21 ^impcnvgen.make
22 ^ldc.make
23 ^dmd/impcnvtab.c
24 ^tests/runminitest
25 ^tests/findregressions
26 ^tests/makewebstatistics
27 ^tests/mini/obj/.*