MRUNIT-168: .gitignore does not exist
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..337f7f7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Lines that start with '#' are comments.
+*~
+*.diff
+*#
+.classpath
+.project
+.settings
+.eclipse
+*/bin
+target
+.idea
+*.iml