[GITIGNORE] Add compile_commands.json and .cache folder for clangd cache

This commit is contained in:
Victor Perevertkin 2021-06-13 01:55:52 +03:00
parent 9764fde2d9
commit 05fb0f1c39
No known key found for this signature in database
GPG Key ID: C750B7222E9C7830
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
compile_commands.json
output-*
modules/optional
modules/bootcd_extras
@ -5,6 +6,7 @@ modules/livecd_extras
modules/hybridcd_extras
modules/3rdparty
modules/[Aa][Hh][Kk]_[Tt]ests
.cache
.cproject
.project
.settings