[EDGENT-448] add a new ignore item to filter .DS_Store for mac os x

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/1ad6614c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/1ad6614c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/1ad6614c

Branch: refs/heads/develop
Commit: 1ad6614c5fd266e69d4d38f48e6083f0dd08bffb
Parents: 188dac1
Author: vinoyang <vinoy...@tencent.com>
Authored: Sun Mar 4 14:48:43 2018 +0800
Committer: vinoyang <vinoy...@tencent.com>
Committed: Sun Mar 4 14:48:43 2018 +0800

----------------------------------------------------------------------
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/1ad6614c/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ee57946..61dd0ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,7 @@ hs_err_pid*
 .settings/
 
 # Emacs
-*~
\ No newline at end of file
+*~
+
+# Mac os x
+*.DS_Store
\ No newline at end of file

Reply via email to