1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-03 06:03:17 +02:00

Add MODULE.bazel.lock to .gitignore

New versions of Bazel create this file whether we use bzlmod or not.
This commit is contained in:
Guillaume Chatelet
2024-09-13 11:37:55 +02:00
committed by GitHub
parent 8e60d3f9be
commit 747d711a36

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ out/
# Bazel artifacts # Bazel artifacts
**/bazel-* **/bazel-*
MODULE.bazel.lock
# Per-user bazelrc files # Per-user bazelrc files
user.bazelrc user.bazelrc