summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Groke <paul.groke@dynatrace.com>2024-05-02 11:27:54 (GMT)
committerGitHub <noreply@github.com>2024-05-02 11:27:54 (GMT)
commitfbc93e61c484419bf02cea2b3e5641db592f8dcf (patch)
tree8ecd5832217b7f1694168fe3d4437a4a114e9299 /.gitignore
parentb42fa26690e0e40e4b6e6728a2e553cd02e18409 (diff)
parentd83fee138a9ae6cb7c03688a2d08d4043a39815d (diff)
downloadgoogletest-fbc93e61c484419bf02cea2b3e5641db592f8dcf.zip
googletest-fbc93e61c484419bf02cea2b3e5641db592f8dcf.tar.gz
googletest-fbc93e61c484419bf02cea2b3e5641db592f8dcf.tar.bz2
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/head
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f08cb72..f0df39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ bazel-genfiles
bazel-googletest
bazel-out
bazel-testlogs
+MODULE.bazel.lock
# python
*.pyc
@@ -24,6 +25,10 @@ Win32-Release/
x64-Debug/
x64-Release/
+# VSCode files
+.cache/
+cmake-variants.yaml
+
# Ignore autoconf / automake files
Makefile.in
aclocal.m4