diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -35,3 +35,15 @@ contrib/vstudio/vc143/arm64 | |||
35 | contrib/nuget/bin | 35 | contrib/nuget/bin |
36 | contrib/nuget/obj | 36 | contrib/nuget/obj |
37 | *.included | 37 | *.included |
38 | |||
39 | # Bazel directories | ||
40 | /bazel-* | ||
41 | /bazel-bin | ||
42 | /bazel-genfiles | ||
43 | /bazel-out | ||
44 | /bazel-testlogs | ||
45 | user.bazelrc | ||
46 | |||
47 | # MODULE.bazel.lock is ignored for now as per this recommendation: | ||
48 | # https://github.com/bazelbuild/bazel/issues/20369 | ||
49 | MODULE.bazel.lock | ||