Add compile_commands.json to gitignore
Other entries were copied from marble repo as well. GIT_SILENT
This commit is contained in:
parent
1e113a44de
commit
402ca0009f
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -25,3 +25,10 @@ KDEConnect.includes
|
||||||
|
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
/.clang-format
|
||||||
|
/compile_commands.json
|
||||||
|
.clangd
|
||||||
|
.cache
|
||||||
|
.idea
|
||||||
|
/cmake-build*
|
||||||
|
|
Loading…
Reference in a new issue