comparison .hgignore @ 985:bce024c60adc

Clean up regexes in .hgignore, making it more strict.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 19 Feb 2009 13:51:44 +0100
parents 4c0df37d0421
children f0b6549055ab
comparison
equal deleted inserted replaced
984:4c0df37d0421 985:bce024c60adc
14 CMakeCache.txt 14 CMakeCache.txt
15 cmake_install.cmake 15 cmake_install.cmake
16 .DS_Store 16 .DS_Store
17 17
18 syntax: regexp 18 syntax: regexp
19 ^obj/.* 19 ^obj/
20 ^tests/dstress 20 ^tests/dstress/
21 ^tests/reference 21 ^tests/reference/
22 ^tango 22 ^tango/
23 ^druntime 23 ^druntime/
24 ^import 24 ^import/
25 ^bin/ldc 25 ^bin/ldc2?$
26 ^bin/ldc2?\.conf 26 ^bin/ldc2?\.conf$
27 ^idgen.make 27 ^idgen\.make$
28 ^impcnvgen.make 28 ^impcnvgen\.make$
29 ^ldc.make 29 ^ldc\.make$
30 ^revisions.pl 30 ^revisions\.pl$
31 ^dmd2?/idgen 31 ^dmd2?/idgen$
32 ^dmd2?/impcnvgen 32 ^dmd2?/impcnvgen$
33 ^dmd2?/revisions.h 33 ^dmd2?/revisions\.h$
34 ^dmd2?/impcnvtab.c 34 ^dmd2?/impcnvtab\.c$
35 ^dmd2?/id.c 35 ^dmd2?/id\.c$
36 ^dmd2?/id.h 36 ^dmd2?/id\.h$
37 ^tests/runminitest 37 ^tests/runminitest$
38 ^tests/findregressions 38 ^tests/findregressions$
39 ^tests/makewebstatistics 39 ^tests/makewebstatistics$
40 ^tests/mini/obj/.* 40 ^tests/mini/obj/