From f4047f9f2c55ead106a0a2647d1e9507a8a4d8c3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 20 Dec 2016 00:33:08 +0300 Subject: .gitignore: Add even more files generated by CMake (fix commit 11ae03e) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df2f9766..671d6022 100644 --- a/.gitignore +++ b/.gitignore @@ -99,13 +99,21 @@ stamp-h1 /*.vcxproj.filters /CMakeCache.txt /CMakeFiles/ +/CTestTestfile.cmake +/DartConfiguration.tcl +/Testing/Temporary/ /cmake_install.cmake /gc.sln +/libgc*-dll.so +/libgc*-lib.a /tests/*.vcxproj /tests/*.vcxproj.filters +/tests/*test /tests/CMakeFiles/ +/tests/CTestTestfile.cmake /tests/Makefile /tests/cmake_install.cmake +/tests/test_cpp # Rarely generated files (mostly by some Win/DOS compilers): /*.copied.c -- cgit v1.2.1