You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/09/28 08:46:02 UTC

svn commit: r1176750 - /maven/maven-3/trunk/.gitignore

Author: olamy
Date: Wed Sep 28 06:46:02 2011
New Revision: 1176750

URL: http://svn.apache.org/viewvc?rev=1176750&view=rev
Log:
add .DS_Store in .gitignore

Modified:
    maven/maven-3/trunk/.gitignore

Modified: maven/maven-3/trunk/.gitignore
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/.gitignore?rev=1176750&r1=1176749&r2=1176750&view=diff
==============================================================================
--- maven/maven-3/trunk/.gitignore (original)
+++ maven/maven-3/trunk/.gitignore Wed Sep 28 06:46:02 2011
@@ -7,3 +7,5 @@ bin/
 # Intellij
 *.ipr
 *.iml
+
+.DS_Store