aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Morozov <[email protected]>2014-09-30 14:53:42 +0700
committerAlexander Morozov <[email protected]>2014-09-30 14:53:42 +0700
commitaf0bc31fbb6f8084d1aeb1eff45530414db1fce9 (patch)
tree866c2963babb5c12aa1f2ceef0119c5967b3b84b /.gitignore
parent4a2555c269d1dbc0a8f4253ded9b5719dc9146dd (diff)
Exclude IDEA files.
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6cd1d6..27cc7a3 100755
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ target/
.classpath
.project
.settings
+.idea/
+*.iml \ No newline at end of file