Add compile_commands.json to gitignore

Other entries were copied from marble repo as well.

GIT_SILENT
This commit is contained in:
ivan tkachenko 2021-12-08 22:15:08 +03:00
parent 1e113a44de
commit 402ca0009f
No known key found for this signature in database
GPG key ID: 4D197017E61437CF

7
.gitignore vendored
View file

@ -25,3 +25,10 @@ KDEConnect.includes
CMakeLists.txt.user
.DS_Store
/.clang-format
/compile_commands.json
.clangd
.cache
.idea
/cmake-build*