Add auto generated files to .gitignore

GIT_SILENT
This commit is contained in:
ivan tkachenko 2021-12-17 01:40:21 +03:00
parent 24e48d9f5c
commit 031f937113
No known key found for this signature in database
GPG key ID: 4D197017E61437CF

8
.gitignore vendored
View file

@ -3,3 +3,11 @@ CMakeLists.txt.user*
*.swp
/build*/
.cmake/
# LSP & IDE
/.clang-format
/compile_commands.json
.clangd
.cache
.idea
/cmake-build*