gitignore Bazel build result symlinks
diff --git a/.gitignore b/.gitignore
index eb0afe5..7c8b732 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,13 @@
 # Maven (examples)
 target
 
+# Bazel
+bazel-bin
+bazel-genfiles
+bazel-grpc-java
+bazel-out
+bazel-testlogs
+
 # IntelliJ IDEA
 .idea
 *.iml