Add .bazelignore

Avoid bazel to parse:
* CMake "build" dir or
* Makefiles stuff e.g. dependencies/install
This commit is contained in:
Mizux Seiha
2021-03-25 18:12:01 +01:00
parent 43703d122a
commit 6e2243d88a

3
.bazelignore Normal file
View File

@@ -0,0 +1,3 @@
build
dependencies/install
dependencies/sources