Add auto generated files to .gitignore

GIT_SILENT
master
ivan tkachenko 2021-12-17 01:57:00 +03:00
parent f7bccdce33
commit a3e18fe9e3
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -8,3 +8,11 @@
/build*/
AndroidManifest.xml
/src/version.h
# LSP & IDE
/.clang-format
/compile_commands.json
.clangd
.cache
.idea
/cmake-build*