QPID-7718: Add .gitignore
diff --git a/.gitignore b/.gitignore
index 931e54c..aedbfde 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-#Java
+# Java
 *.class
 velocity.log*
 release
@@ -34,3 +34,19 @@
 *.iml
 *.ipr
 *.iws
+
+# other
+*~
+*.swp
+/build/
+*.pyc
+*.pyo
+target
+.DS_Store
+
+# Eclipse IDE files
+.project
+.classpath
+.settings
+.cproject
+eclipse-classes