Author: ritchiem
Date: Tue Dec 2 15:25:11 2008
New Revision: 722667
URL: http://svn.apache.org/viewvc?rev=722667&view=rev
Log:
Update gitignore for mac os x development (.DS_Store) and added release and
target directories correctly to ignore list
Modified:
incubator/qpid/trunk/.gitignore
Modified: incubator/qpid/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/.gitignore?rev=722667&r1=722666&r2=722667&view=diff
==============================================================================
--- incubator/qpid/trunk/.gitignore (original)
+++ incubator/qpid/trunk/.gitignore Tue Dec 2 15:25:11 2008
@@ -51,12 +51,12 @@
*.class
velocity.log
qpid/java/build
-qpid/java/release
+release
.classpath
.project
.settings
generated/
-target/
+target
# Intellij Project files
*.iml
*.ipr
@@ -73,3 +73,5 @@
*.exe
*.lib
*.dll
+# MacOS File
+.DS_Store