mirror of
https://github.com/google/googletest.git
synced 2025-01-13 16:07:56 +08:00
Ignore the .cache directory create by VSCode.
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
This commit is contained in:
parent
f625681bc4
commit
a5b94f6819
4
.gitignore
vendored
4
.gitignore
vendored
@ -24,6 +24,10 @@ Win32-Release/
|
|||||||
x64-Debug/
|
x64-Debug/
|
||||||
x64-Release/
|
x64-Release/
|
||||||
|
|
||||||
|
# VSCode files
|
||||||
|
.cache/
|
||||||
|
cmake-variants.yaml
|
||||||
|
|
||||||
# Ignore autoconf / automake files
|
# Ignore autoconf / automake files
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user