Update gitignore for CMake artifacts

This commit is contained in:
philicious 2024-04-16 23:04:14 +02:00
commit c44992232e

7
.gitignore vendored
View file

@ -44,9 +44,14 @@ Makefile.platform.*
.Makefile.options.cache .Makefile.options.cache
# cmake # cmake
CMakeFiles/
deps/
client/CMakeFiles/
client/deps/
client/build/ client/build/
client/android/build/ client/android/build/
client/deps/bzip2/ CMakeCache.txt
*.cmake
# Coverity # Coverity
cov-int/ cov-int/