aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Thiago Farina <tfarina@chromium.org>2015-05-08 16:52:55 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-08 17:01:20 +0000
commit215c0bb99be5f95dec0f556077549e218e4540fc (patch)
tree28d1121e7e62044f39942a7b40648c81dd8ea7a6 /.gitignore
parentaa83c3aaffc4c55b6cb8adec88456903321ceecc (diff)
Tell git to ignore files generated for/by IntelliJ Idea IDE.
bazel.iml is generated by scripts/setup-intellij.sh and .idea is generated by IntelliJ Idea IDE after you open bazel project on it. `git status` stops showing these when ran. -- Change-Id: I2adc4a32ffb20d174b45be2b53deb098b6ef7fd9 MOS_MIGRATED_REVID=93139152
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 98f085eaa0..cb7e702f5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
/.project
/.classpath
/.factorypath
+/.idea/
/fromhost/
/base_workspace/bazel-bin
/base_workspace/bazel-genfiles
@@ -17,6 +18,7 @@
/base_workspace/examples
/base_workspace/tools
/base_workspace/third_party
+/bazel.iml
/tools/jdk/jdk
/tools/jdk/ijar
/tools/jdk/JavaBuilder_deploy.jar