# HG changeset patch # User Christian Kamm # Date 1227384686 -3600 # Node ID d268bf419a097873ba250a4ebcd56ab3114a8c40 # Parent 29f0e5847123b86f80a3e6ecededf0cb68189521 hgignore updates for CMake. diff -r 29f0e5847123 -r d268bf419a09 .hgignore --- a/.hgignore Sat Nov 22 21:08:00 2008 +0100 +++ b/.hgignore Sat Nov 22 21:11:26 2008 +0100 @@ -1,11 +1,15 @@ syntax: glob *.bc *.o +*.obj +*.orig +*.a *.s -*.a *.so -*.orig Makefile +CMakeFiles +CMakeCache.txt +cmake_install.cmake .DS_Store syntax: regexp @@ -20,7 +24,9 @@ ^impcnvgen ^impcnvgen.make ^ldc.make -^dmd/impcnvtab.c +^dmd2?/impcnvtab.c +^dmd2?/id.c +^dmd2?/id.h ^tests/runminitest ^tests/findregressions ^tests/makewebstatistics