From e8dece6e763e1e6924407c2f51219d716f9c56a5 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 10 Jul 2019 08:55:36 -0700 Subject: [PATCH] Add examples' bazel symlinks to gitignore (#288) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af0406b4..e305a44b 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,5 @@ fabric.properties # Ignore all bazel-* symlinks. There is no full list since this can change # based on the name of the directory bazel is cloned into. /bazel-* +/examples/bazel-* .ijwb/