From aa0fdd3b0dbe9929d186a7c5b562bb93d1630e84 Mon Sep 17 00:00:00 2001 From: Andrii Senkovych Date: Wed, 11 Feb 2015 17:18:27 +0200 Subject: [PATCH] Cleaning up gitignore. Refs #240. --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4478e0..95acb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ !/bin/data !/bin/encodings !/bin/jsonchecker +/build /doc/html /doc/doxygen_*.db -/thirdparty/lib -/intermediate +*.a # Temporary files created during CMake build CMakeCache.txt @@ -20,4 +20,3 @@ Testing install_manifest.txt Doxyfile DartConfiguration.tcl -/build/* \ No newline at end of file