Exclude bin directory from IntelliJ Bazel project

This directory is sometimes created by Eclipse, and contains some BUILD
files, which confuse and/or slow down IntelliJ's Bazel processing.

Change-Id: I2e596f2800d54b524b4c10651cbc7ea0dbddda40
This commit is contained in:
Dave Borowitz 2018-05-21 11:44:17 -04:00
parent 691423248d
commit 3fa3771beb
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
directories:
.
-bin
-eclipse-out
-contrib
-gerrit-package-plugins