[ https://issues.apache.org/jira/browse/EDGENT-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385000#comment-16385000 ]
ASF GitHub Bot commented on EDGENT-448: --------------------------------------- GitHub user yanghua opened a pull request: https://github.com/apache/incubator-edgent/pull/349 [EDGENT-448] add a new ignore item to filter .DS_Store for mac os x ## What is the purpose of the change This PR adds a new ignore item to filter .DS_Store for mac os x. ## Brief change log - *Add a new ignore item to filter .DS_Store for mac os x* ## Verifying this change This change is trivial and no test case to verify. ## Does this pull request potentially affect one of the following parts: NO ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not documented) You can merge this pull request into a Git repository by running: $ git pull https://github.com/yanghua/incubator-edgent EDGENT-448 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-edgent/pull/349.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #349 ---- commit 1ad6614c5fd266e69d4d38f48e6083f0dd08bffb Author: vinoyang <vinoyang@...> Date: 2018-03-04T06:48:43Z [EDGENT-448] add a new ignore item to filter .DS_Store for mac os x ---- > add a new ignore item to filter .DS_Store for mac os x > ------------------------------------------------------ > > Key: EDGENT-448 > URL: https://issues.apache.org/jira/browse/EDGENT-448 > Project: Edgent > Issue Type: Wish > Reporter: vinoyang > Priority: Trivial > > for the users who use max os x, when create a dir or file, it will create a > {code:java} > .DS_Store{code} > so we should add a new item to .gitignore to filter it: > {code:java} > # Mac os x > *.DS_Store > {code} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)