summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWang, Lei2022-09-07 17:00:10 +0200
committerLaurent Vivier2022-09-29 21:16:47 +0200
commitfcf5813cba7079d94eccc8804fb80c4b05e48a86 (patch)
tree90d28be2eadec59b54256514189ab48a829b39d4 /.gitignore
parenthw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized" (diff)
downloadqemu-fcf5813cba7079d94eccc8804fb80c4b05e48a86.tar.gz
qemu-fcf5813cba7079d94eccc8804fb80c4b05e48a86.tar.xz
qemu-fcf5813cba7079d94eccc8804fb80c4b05e48a86.zip
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9726a778b3..8aab671265 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/GNUmakefile
/build/
+/.cache/
*.pyc
.sdk
.stgit-*