diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-16 20:58:55 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2022-12-16 20:58:55 +0800 |
commit | 2fd28d2b7cec3468324a6f15eff7e73c285b1d7d (patch) | |
tree | 09dd0ae9c28589492646f9f0e3df1f7c3b3bff60 | |
parent | Bump version to 5.4.0 and soname to 5.4.0. (diff) | |
download | xz-2fd28d2b7cec3468324a6f15eff7e73c285b1d7d.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.
-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 |