Skip to content

Commit

Permalink
Tell git to ignore files generated for/by IntelliJ Idea IDE.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tfarina authored and hanwen committed May 8, 2015
1 parent aa83c3a commit 215c0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/.project
/.classpath
/.factorypath
/.idea/
/fromhost/
/base_workspace/bazel-bin
/base_workspace/bazel-genfiles
Expand All @@ -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
Expand Down

0 comments on commit 215c0bb

Please sign in to comment.