aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorwangfei <wangfei1@huawei.com>2014-09-21 13:09:36 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-09-21 13:09:36 -0700
commitfd0b32c520e3d1088b2fe9228be114932e6c3a0c (patch)
tree8329a151fa27660eb2001500e751d24514799bfa /.gitignore
parenta0454efe21e5c7ffe1b9bb7b18021a5580952e69 (diff)
downloadspark-fd0b32c520e3d1088b2fe9228be114932e6c3a0c.tar.gz
spark-fd0b32c520e3d1088b2fe9228be114932e6c3a0c.tar.bz2
spark-fd0b32c520e3d1088b2fe9228be114932e6c3a0c.zip
[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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1bcd016576..7779980b74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
*.iml
*.iws
.idea/
+.idea_modules/
sbt/*.jar
.settings
.cache