diff options
author | Paul Groke <paul.groke@dynatrace.com> | 2024-05-02 11:27:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 11:27:54 (GMT) |
commit | fbc93e61c484419bf02cea2b3e5641db592f8dcf (patch) | |
tree | 8ecd5832217b7f1694168fe3d4437a4a114e9299 /.gitignore | |
parent | b42fa26690e0e40e4b6e6728a2e553cd02e18409 (diff) | |
parent | d83fee138a9ae6cb7c03688a2d08d4043a39815d (diff) | |
download | googletest-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-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |