From 1b0fe576d701673f07b2d2cb05c22f2935d286fe Mon Sep 17 00:00:00 2001 From: miloyip Date: Thu, 12 Feb 2015 10:09:52 +0800 Subject: [PATCH] Revise gitignore for cmake --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ea8f00..e4478e0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ !/bin/data !/bin/encodings !/bin/jsonchecker -/build/*.exe -/build/gmake -/build/vs*/ /doc/html /doc/doxygen_*.db /thirdparty/lib @@ -23,3 +20,4 @@ Testing install_manifest.txt Doxyfile DartConfiguration.tcl +/build/* \ No newline at end of file