Add auto generated files to .gitignore

GIT_SILENT
remotes/origin/work/qml-document-view-to-list-view
ivan tkachenko 4 years ago
parent 24e48d9f5c
commit 031f937113
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
  1. 8
      .gitignore

8
.gitignore vendored

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

Loading…
Cancel
Save