Ignore BUILD files under target directory

After doing a `cargo publish` or `cargo package` we were getting a BUILD
file at target/package/cxx-0.2.11/BUILD which was subsequently picked up
by `bazel build ...`.
This commit is contained in:
David Tolnay 2020-04-25 19:50:31 -07:00
parent 52509840c7
commit e948983427
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

1
.bazelignore Normal file
View File

@ -0,0 +1 @@
target/