Skip to content

Commit

Permalink
CMake: Update .gitignore for CMake artifacts from in source build.
Browse files Browse the repository at this point in the history
In source builds are not recommended, but we can make it easier
by ignoring the generated artifacts from CMake.
  • Loading branch information
JiaT75 committed Dec 30, 2022
1 parent 8fd225a commit 8ace358
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.deps
.libs
*.a
*.gcda
*.gcno
*.la
Expand Down Expand Up @@ -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

0 comments on commit 8ace358

Please sign in to comment.