You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Ethan Setnik (JIRA)" <ji...@apache.org> on 2014/03/04 23:49:46 UTC

[jira] [Created] (SAMZA-167) Adds .DS_Store files to .gitignore

Ethan Setnik created SAMZA-167:
----------------------------------

             Summary: Adds .DS_Store files to .gitignore
                 Key: SAMZA-167
                 URL: https://issues.apache.org/jira/browse/SAMZA-167
             Project: Samza
          Issue Type: Improvement
            Reporter: Ethan Setnik
            Priority: Trivial


Mac OS X creates hidden ".DS_Store" files when the window system presents folders via finder.  This patch adds an exclusion for these files to prevent them from being inadvertently added to the repository.

diff --git a/.gitignore b/.gitignore
index ac261dc..2f203be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ build
 **/bin
 samza-test/state
 docs/learn/documentation/0.7.0/api/javadocs
+.DS_Store





--
This message was sent by Atlassian JIRA
(v6.2#6252)