From ed8199384d57b854db03941ce585956e52dca6a3 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Sat, 22 Nov 2008 21:11:26 +0100 Subject: [PATCH] hgignore updates for CMake. --- .hgignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.hgignore b/.hgignore index 609189d2..ba330ac6 100644 --- a/.hgignore +++ b/.hgignore @@ -1,11 +1,15 @@ syntax: glob *.bc *.o -*.s -*.a -*.so +*.obj *.orig +*.a +*.s +*.so Makefile +CMakeFiles +CMakeCache.txt +cmake_install.cmake .DS_Store syntax: regexp @@ -20,7 +24,9 @@ syntax: regexp ^impcnvgen ^impcnvgen.make ^ldc.make -^dmd/impcnvtab.c +^dmd2?/impcnvtab.c +^dmd2?/id.c +^dmd2?/id.h ^tests/runminitest ^tests/findregressions ^tests/makewebstatistics