From 1b57459f3a82267084cfac8c7cbfb021534f5b58 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 4 Oct 2014 21:36:35 -0400 Subject: [PATCH] Updated gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 27e3f83..a4d0f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ CMakeCache.txt benchmarks/ .kdev/ *.kdev4 +src/CPackConfig.cmake +src/CPackSourceConfig.cmake +Makefile +*.conf.local +src/compile_commands.json website/ utilities/ samples/ @@ -33,4 +38,4 @@ Debug/ Release/ -cmake_install.cmake \ No newline at end of file +cmake_install.cmake