aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-06-26 15:46:06 -0700
committerEric Anderson <ejona@google.com>2017-06-27 11:10:53 -0700
commit2109700e9e3012f64447be5409da00067be44116 (patch)
treed9c147755374afe29209c4d762cb5c12a2984a17 /.gitignore
parent418c8846d0cb9ab857cd4ae536d812384e439ad9 (diff)
downloadgrpc-grpc-java-2109700e9e3012f64447be5409da00067be44116.tar.gz
gitignore Bazel build result symlinks
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eb0afe5c1..7c8b73211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,13 @@ local.properties
# Maven (examples)
target
+# Bazel
+bazel-bin
+bazel-genfiles
+bazel-grpc-java
+bazel-out
+bazel-testlogs
+
# IntelliJ IDEA
.idea
*.iml