comparison .hgignore @ 783:d268bf419a09

hgignore updates for CMake.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 21:11:26 +0100
parents d7aae6f09754
children 582326ec1042
comparison
equal deleted inserted replaced
782:29f0e5847123 783:d268bf419a09
1 syntax: glob 1 syntax: glob
2 *.bc 2 *.bc
3 *.o 3 *.o
4 *.obj
5 *.orig
6 *.a
4 *.s 7 *.s
5 *.a
6 *.so 8 *.so
7 *.orig
8 Makefile 9 Makefile
10 CMakeFiles
11 CMakeCache.txt
12 cmake_install.cmake
9 .DS_Store 13 .DS_Store
10 14
11 syntax: regexp 15 syntax: regexp
12 ^obj/.* 16 ^obj/.*
13 ^tests/dstress 17 ^tests/dstress
18 ^idgen 22 ^idgen
19 ^idgen.make 23 ^idgen.make
20 ^impcnvgen 24 ^impcnvgen
21 ^impcnvgen.make 25 ^impcnvgen.make
22 ^ldc.make 26 ^ldc.make
23 ^dmd/impcnvtab.c 27 ^dmd2?/impcnvtab.c
28 ^dmd2?/id.c
29 ^dmd2?/id.h
24 ^tests/runminitest 30 ^tests/runminitest
25 ^tests/findregressions 31 ^tests/findregressions
26 ^tests/makewebstatistics 32 ^tests/makewebstatistics
27 ^tests/mini/obj/.* 33 ^tests/mini/obj/.*