GIT_SILENT Add auto generated files to .gitignore

This commit is contained in:
Alexander Lohnau
2021-04-07 21:06:01 +02:00
parent 3cb4021afc
commit 64fa129ed6

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ CMakeLists.txt.user*
.cmake/ .cmake/
/.clang-format /.clang-format
/compile_commands.json /compile_commands.json
.clangd
.idea
/cmake-build*