You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ra...@apache.org on 2015/10/28 23:21:46 UTC

oodt git commit: Add .DS_Store to .gitignore

Repository: oodt
Updated Branches:
  refs/heads/master 0c67a3305 -> ed5228286


Add .DS_Store to .gitignore

Apple OS X folder attributes.


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/ed522828
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/ed522828
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/ed522828

Branch: refs/heads/master
Commit: ed52282861fbc794614dbd035704d30c7087182d
Parents: 0c67a33
Author: Radu Manole <ma...@gmail.com>
Authored: Thu Oct 29 00:14:14 2015 +0200
Committer: Radu Manole <ma...@gmail.com>
Committed: Thu Oct 29 00:14:14 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/oodt/blob/ed522828/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7d4167b..954abc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,3 +117,6 @@ local.properties
 
 # test by-products
 *.log
+
+# Apple OS X folder attributes
+.DS_Store