summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-12-14 10:33:44 -0700
committerRocky Madden <git@rockymadden.com>2013-12-14 10:33:44 -0700
commit87b5cedfc96fe5540d18787d6ea2dfa807286b4d (patch)
tree65baeadd0304f3c7ad731fdbdd7aa5d4b236b430 /.gitignore
parent7b2274d3f88fa843d7ad5947ddb289704f6f0967 (diff)
downloadstringmetric-87b5cedfc96fe5540d18787d6ea2dfa807286b4d.tar.gz
stringmetric-87b5cedfc96fe5540d18787d6ea2dfa807286b4d.tar.bz2
stringmetric-87b5cedfc96fe5540d18787d6ea2dfa807286b4d.zip
Gradle clean up.
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