From 3d5bc48dc8b75dfd86b739abbcbc1fcc52a9b2f4 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 11 Jul 2017 15:31:29 +0100 Subject: [PATCH] git: Ignore symbolic links created by Bazel build tool --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a698820..321f70e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,8 @@ CMakeFiles/ /test/gflags_unittest-main.cc /packages/ CMakeLists.txt.user +/bazel-bin +/bazel-genfiles +/bazel-gflags +/bazel-out +/bazel-testlogs