]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Update .gitignore for CMake artifacts from in source build. 2/head
authorJia Tan <jiat0218@gmail.com>
Fri, 16 Dec 2022 12:58:55 +0000 (20:58 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 16 Dec 2022 12:58:55 +0000 (20:58 +0800)
In source builds are not recommended, but we can make it easier
by ignoring the generated artifacts from CMake.

.gitignore

index ead246c7484ba954f3f84da92b3b4a994ad9d4f2..2804cfd9185abf0e706c29e2c648829d1b6823bc 100644 (file)
@@ -5,6 +5,7 @@
 
 .deps
 .libs
+*.a
 *.gcda
 *.gcno
 *.la
@@ -77,3 +78,25 @@ coverage
 /src/liblzma/api/Makefile
 /src/lzmainfo/Makefile
 /src/xzdec/Makefile
+
+/CMakeCache.txt
+/CMakeFiles
+/CTestTestfile.cmake
+/cmake_install.cmake
+/DartConfiguration.tcl
+/liblzma-config-version.cmake
+/liblzma-config.cmake
+/lzcat
+/lzcat.1
+/lzma
+/lzma.1
+/Testing
+/tests_bin/
+/unlzma
+/unlzma.1
+/unxz
+/unxz.1
+/xz
+/xzcat
+/xzcat.1
+/xzdec