Add examples' bazel symlinks to gitignore (#288)

This commit is contained in:
Keith Smiley 2019-07-10 08:55:36 -07:00 committed by irengrig
parent 8ccd83504b
commit e8dece6e76
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -74,4 +74,5 @@ fabric.properties
# Ignore all bazel-* symlinks. There is no full list since this can change # Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into. # based on the name of the directory bazel is cloned into.
/bazel-* /bazel-*
/examples/bazel-*
.ijwb/ .ijwb/