Added the iml file in Git ignore
Also done minor restructuring in file.
diff --git a/.gitignore b/.gitignore
index 4b6c48b..eaf28ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
-# Created by .ignore support plugin (hsz.mobi)
-.idea/
-sources/target/
\ No newline at end of file
+# Build
+sources/target/
+
+# IDE Generated
+*.idea
+*.iml
\ No newline at end of file