summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiranjan Nilakantan <niranjan.nilakantan@hotmail.com>2023-06-01 16:48:54 (GMT)
committerNiranjan Nilakantan <niranjan.nilakantan@hotmail.com>2023-06-01 16:48:54 (GMT)
commita5b94f6819d2c296958ae1f6b9130df99a37ec6d (patch)
tree550068c8026af903e7cf9ad0b90f4fc6f23d8693
parentf625681bc4086c35099475f0d17e161f1c6ac9a1 (diff)
downloadgoogletest-a5b94f6819d2c296958ae1f6b9130df99a37ec6d.zip
googletest-a5b94f6819d2c296958ae1f6b9130df99a37ec6d.tar.gz
googletest-a5b94f6819d2c296958ae1f6b9130df99a37ec6d.tar.bz2
Ignore the .cache directory create by VSCode.refs/pull/4267/head
This is populated by the clangd language service provider. Also ignore the cmake-variants.yaml file. This can be created locally to select various build/test configurations. Fixes #4266
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f08cb72..fede02f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,10 @@ Win32-Release/
x64-Debug/
x64-Release/
+# VSCode files
+.cache/
+cmake-variants.yaml
+
# Ignore autoconf / automake files
Makefile.in
aclocal.m4