blob: b267e53300d55da2c36492517775adf8db133763 (
plain)
1
2
3
4
5
6
7
|
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Ignore outputs generated during Bazel bootstrapping.
/output/
user.bazelrc
/out
|