From 75cce7c37faabe9b6aadf44d7ff1daed52e405f4 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 31 Jan 2017 21:25:59 +0300 Subject: [PATCH] .gitignore: Ignore all *.gc.log and *.tlog (generated by CMake) (fix commit f4047f9) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c827daa..28a2342 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ *.o *.obj +*.gc.log .dirstamp -/*.gc.log /*_bench.log /*_bench.trs /*test.log @@ -95,6 +95,7 @@ stamp-h1 /test-driver # These files are generated by CMake: +*.tlog /*.vcxproj /*.vcxproj.filters /CMakeCache.txt -- 2.7.4