Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2022-02-03 15:56:31 +0300
committerGitHub <noreply@github.com>2022-02-03 15:56:31 +0300
commite38dc6d2a8a855dc4bcea421c23eaf68ddd671e6 (patch)
tree2241a7bbe6b86b92dba09849460618eb8c91f962 /.gitignore
parent5f5e6d620f67063651a511afbf72439888fe3bf2 (diff)
[NFC] Add bazel support to cpu_features (#222)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b68012d..f918154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,9 @@ out/
.vscode/
.vs/
*.swp
+
+# Bazel artifacts
+**/bazel-*
+
+# Per-user bazelrc files
+user.bazelrc