1
0
의 미러 https://git.tukaani.org/xz.git synced 2026-04-07 16:48:00 +00:00

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.
This commit is contained in:
Jia Tan 2022-12-16 20:58:55 +08:00
부모 b69da6d4bb
커밋 2fd28d2b7c

23
.gitignore vendored
파일 보기

@ -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