.gitignore: Ignore all *.gc.log and *.tlog (generated by CMake)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 18:25:59 +0000 (21:25 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 31 Jan 2017 18:26:05 +0000 (21:26 +0300)
(fix commit f4047f9)

.gitignore

index c827daa..28a2342 100644 (file)
@@ -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