]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add temporary cmake build dirs/files to gitignore
authorPavel P <pavlov.pavel@gmail.com>
Sun, 22 Jan 2023 21:48:10 +0000 (00:48 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 2 Feb 2023 16:33:47 +0000 (17:33 +0100)
.gitignore

index e5aac032925dffceb2e5de4385b08699e2b4b0f3..cd4a9c3feeb516da815e798d4bc5e8fb897be617 100644 (file)
@@ -44,6 +44,7 @@ foo.gz
 *.sdf
 *.vcxproj
 *.vcxproj.filters
+*.vcxproj.user
 .vs
 
 CMakeCache.txt
@@ -58,6 +59,8 @@ zconf.h.included
 zconf-ng.h
 zconf-ng.h.cmakein
 ztest*
+/test/CTestTestfile.cmake
+/test/cmake_install.cmake
 
 configure.log
 a.out
@@ -75,7 +78,7 @@ a.out
 /minigzip.dir
 /zlib.dir
 /zlibstatic.dir
-/win32/Debug
+/test/*.dir/
 /build/
 /build[.-]*/
 /btmp[12]/
@@ -83,3 +86,12 @@ a.out
 
 /.idea
 /cmake-build-debug
+/x64/Debug/
+/x64/Release/
+/win32/Debug/
+/win32/Release/
+/ARM*/Debug/
+/ARM*/Release/
+MinSizeRel
+RelWithDebInfo
+/_deps/googletest*