Repository: hbase Updated Branches: refs/heads/branch-1.4 ca3f2f48e -> 3f07a7127
HBASE-18670 Add .DS_Store to .gitignore Signed-off-by: Chia-Ping Tsai <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3f07a712 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3f07a712 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3f07a712 Branch: refs/heads/branch-1.4 Commit: 3f07a71277f306319f70060be5f547b383eb967f Parents: ca3f2f4 Author: Deon Huang <[email protected]> Authored: Sat Aug 26 23:57:16 2017 +0800 Committer: Chia-Ping Tsai <[email protected]> Committed: Sun Aug 27 18:53:27 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3f07a712/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a4648cb..b9c6fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /.externalToolBuilders .project *.settings/ +.DS_Store .classpath /build /.idea/
