mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02: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:
parent
f7c2cc5561
commit
f62e5aae51
1 changed files with 23 additions and 0 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
|
*.a
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
@ -68,3 +69,25 @@ build-aux/test-driver
|
||||||
/src/liblzma/api/Makefile
|
/src/liblzma/api/Makefile
|
||||||
/src/lzmainfo/Makefile
|
/src/lzmainfo/Makefile
|
||||||
/src/xzdec/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
|
||||||
|
|
Loading…
Reference in a new issue