Author: philharveyonline Date: Fri Jan 18 11:46:38 2013 New Revision: 1435100
URL: http://svn.apache.org/viewvc?rev=1435100&view=rev Log: Amended .gitignore Modified: qpid/proton/branches/jni-binding/.gitignore Modified: qpid/proton/branches/jni-binding/.gitignore URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/.gitignore?rev=1435100&r1=1435099&r2=1435100&view=diff ============================================================================== --- qpid/proton/branches/jni-binding/.gitignore (original) +++ qpid/proton/branches/jni-binding/.gitignore Fri Jan 18 11:46:38 2013 @@ -1,15 +1,27 @@ *~ *.swp + +# Start of IntelliJ IDE files .idea .idea/* *.iml *.ipr *.iws +# End of IntelliJ IDE files + *.class *.pyc target + .DS_Store + +# Start of Eclipse IDE files .project .classpath .settings +.cproject eclipse-classes +# End of Eclipse IDE files + +# The usual location for proton-c build files +proton-c/build --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
