Skip to content

Commit dc6d0f5

Browse files
committed
Add .bazelignore for aocgen, go, and rust
These are not yet built using Bazel, so they should probably be ignored. More specifically, `aocgen` contains templates for BUILD files, but they should not be considered actual packages. `go` and `rust` are ignored so that Bazel does not happen to pick up anything there (though I eventually intend to build these directories using Bazel as well).
1 parent 5873c7e commit dc6d0f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
aocgen
2+
go
3+
rust

0 commit comments

Comments
 (0)