.bazelignore 366 B

123456789101112
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. # Carbon creates some non-standard bazel directories, so ignore them.
  5. bazel-carbon-lang
  6. # See github_tools/MODULE.bazel.
  7. github_tools
  8. # Example Bazel project.
  9. examples/bazel