Author: robbie
Date: Wed May 29 16:24:52 2013
New Revision: 1487534
URL: http://svn.apache.org/r1487534
Log:
NO-JIRA: add an initial .gitignore file
Added:
qpid/jms/trunk/.gitignore
Added: qpid/jms/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/qpid/jms/trunk/.gitignore?rev=1487534&view=auto
==============================================================================
--- qpid/jms/trunk/.gitignore (added)
+++ qpid/jms/trunk/.gitignore Wed May 29 16:24:52 2013
@@ -0,0 +1,26 @@
+*~
+*.swp
+
+# Start of IntelliJ IDE files
+.idea
+.idea/*
+*.iml
+*.ipr
+*.iws
+# End of IntelliJ IDE files
+
+/build/
+*.class
+*.pyc
+*.pyo
+target
+
+.DS_Store
+
+# Start of Eclipse IDE files
+.project
+.classpath
+.settings
+.cproject
+eclipse-classes
+# End of Eclipse IDE files
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]