From 47758a87a02c41173fa4f4f2631ad87450fcbd4a Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 2 Jan 2014 11:33:12 -0800 Subject: [PATCH] Ignore generated files and dirs. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 18750787..4bf352d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,11 @@ -/CMakeCache.txt -/CMakeFiles -/cmake_install.cmake +CMakeCache.txt +CMakeFiles +cmake_install.cmake +Makefile /CTestTestfile.cmake /doc/doxyxml /format_test /html /libformat.a -/Makefile /Testing *~