mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
.gitignore: add .cache/ to .gitignore
$PROJECT/.cache/clangd/index is the intended location for project index data when using clangd as the language server. Ignore this directory to keep the git status clean. Signed-off-by: Wang, Lei <lei4.wang@intel.com> Message-Id: <20220907150010.2047037-1-lei4.wang@intel.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
ad9f958db5
commit
fcf5813cba
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
/GNUmakefile
|
||||
/build/
|
||||
/.cache/
|
||||
*.pyc
|
||||
.sdk
|
||||
.stgit-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue