| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| From: Alexander Khabarov <alexander.khabarov@arm.com> |
| Date: Thu, 19 Oct 2023 14:55:33 +0000 |
| Subject: [PATCH] Add Bazel files to `.gitignore` |
| |
| --- |
| .gitignore | 8 ++++++++ |
| 1 file changed, 8 insertions(+) |
| |
| diff --git a/.gitignore b/.gitignore |
| index 20c4f52cd..6d630bf1b 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -70,3 +70,11 @@ pythonenv* |
| /clang/utils/analyzer/projects/*/RefScanBuildResults |
| # automodapi puts generated documentation files here. |
| /lldb/docs/python_api/ |
| + |
| +#============================================================================== |
| +# |
| +# Bazel paths to ignore |
| +#============================================================================== |
| +.bazelrc |
| +.bazelversion |
| +/bazel-* |