bazel: add bazel symlinks to .gitignore
diff --git a/.gitignore b/.gitignore
index af91412..798559d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -167,3 +167,6 @@
 js/node_modules/
 js/testproto_libs1.js
 js/testproto_libs2.js
+
+# Ignore the bazel symlinks
+/bazel-*