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 <[email protected]> Authored: Thu Oct 29 00:14:14 2015 +0200 Committer: Radu Manole <[email protected]> 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
