NOJIRA applying user submitted patch to add intellij files to the ignore list
diff --git a/.gitignore b/.gitignore
index 9c16e4f..5f071fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,8 @@
 **/.settings/
 .gradle/
 .svn/
+.idea
+**/*.iml
 docs/db/ddl/*.ddl
+*.ddl
 uddi-tck/pref-rpt-*.txt
\ No newline at end of file