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:55:42 UTC

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

     [ https://issues.apache.org/jira/browse/SAMZA-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Setnik updated SAMZA-167:
-------------------------------

    Attachment: gitignore.patch

> 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
>         Attachments: gitignore.patch
>
>
> 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)