Repository: bigtop Updated Branches: refs/heads/master bc1312d64 -> bba8493fa
BIGTOP-2359. Add .DS_Store to .gitignore Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bba8493f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bba8493f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bba8493f Branch: refs/heads/master Commit: bba8493faed56e71066642638881c11eff3f3535 Parents: bc1312d Author: Youngwoo Kim <[email protected]> Authored: Fri Mar 18 15:34:54 2016 +0900 Committer: Youngwoo Kim <[email protected]> Committed: Fri Mar 18 15:34:54 2016 +0900 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bba8493f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 8e6be6d..dd81dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ target .gradle gradle* .vagrant +.DS_Store
