diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-16 20:58:55 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2022-12-30 23:34:31 +0800 |
commit | 8ace358d65059152d9a1f43f4770170d29d35754 (patch) | |
tree | 3bd28cea5452991b7af0f89719d96deaacfc8030 /.gitignore | |
parent | liblzma: Update authors list in arm64.c. (diff) | |
download | xz-8ace358d65059152d9a1f43f4770170d29d35754.tar.xz |
CMake: Update .gitignore for CMake artifacts from in source build.
In source builds are not recommended, but we can make it easier
by ignoring the generated artifacts from CMake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 |