You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by ch...@apache.org on 2017/08/04 18:15:57 UTC

incubator-tephra git commit: Ignore MacOS .DS_Store files.

Repository: incubator-tephra
Updated Branches:
  refs/heads/master 6d8097db2 -> 3c8ef93c1


Ignore MacOS .DS_Store files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/3c8ef93c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/3c8ef93c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/3c8ef93c

Branch: refs/heads/master
Commit: 3c8ef93c12437d89297c73976290d0f510279665
Parents: 6d8097d
Author: Terence Yim <te...@cask.co>
Authored: Fri Aug 4 11:15:42 2017 -0700
Committer: Terence Yim <te...@cask.co>
Committed: Fri Aug 4 11:15:46 2017 -0700

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/3c8ef93c/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 34354ef..8666509 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,6 @@ hs_err_pid*
 
 # Maven build directory
 target
+
+# MacOS file
+.DS_Store