1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-26 22:52:30 +02:00
cpu_features/.gitignore
Guillaume Chatelet 747d711a36
Add MODULE.bazel.lock to .gitignore
New versions of Bazel create this file whether we use bzlmod or not.
2024-09-13 11:37:55 +02:00

21 lines
217 B
Plaintext

# Build folders
build/
cmake_build/
build_cross/
cmake-build-*/
out/
# IDEs / CI temp files
.idea/
.vagrant/
.vscode/
.vs/
*.swp
# Bazel artifacts
**/bazel-*
MODULE.bazel.lock
# Per-user bazelrc files
user.bazelrc