summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f46b707..70afa7a 100755
--- a/.gitignore
+++ b/.gitignore
@@ -9,14 +9,17 @@
*.vi
*~
*#
-.git/
+.git
# OS ignores.
.DS_Store
# Editor ignores.
-.ensime*
+*.idea
+*.iml
+*.ipr
+*.iws
# Build ignores.
-.gradle/
-build/
+.gradle
+build