[Minor]ignore .idea_modules

ignore .idea_modules ,  ```sbt/sbt gen-idea``` generate this dir.

Author: wangfei <wangfei1@huawei.com>

Closes #2476 from scwf/patch-4 and squashes the following commits:

e6ab88a [wangfei] ignore .idea_modules
This commit is contained in:
wangfei 2014-09-21 13:09:36 -07:00 committed by Patrick Wendell
parent a0454efe21
commit fd0b32c520

1
.gitignore vendored
View file

@ -6,6 +6,7 @@
*.iml
*.iws
.idea/
.idea_modules/
sbt/*.jar
.settings
.cache