mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
[GITIGNORE] Add compile_commands.json and .cache folder for clangd cache
This commit is contained in:
parent
9764fde2d9
commit
05fb0f1c39
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
compile_commands.json
|
||||||
output-*
|
output-*
|
||||||
modules/optional
|
modules/optional
|
||||||
modules/bootcd_extras
|
modules/bootcd_extras
|
||||||
|
@ -5,6 +6,7 @@ modules/livecd_extras
|
||||||
modules/hybridcd_extras
|
modules/hybridcd_extras
|
||||||
modules/3rdparty
|
modules/3rdparty
|
||||||
modules/[Aa][Hh][Kk]_[Tt]ests
|
modules/[Aa][Hh][Kk]_[Tt]ests
|
||||||
|
.cache
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
|
Loading…
Reference in a new issue