Repository: hbase Updated Branches: refs/heads/branch-1.2 5c6fb74b5 -> 6624e64e1
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/6624e64e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6624e64e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6624e64e Branch: refs/heads/branch-1.2 Commit: 6624e64e1ae36f87e3b84c66da743be44f29acad Parents: 5c6fb74 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:47 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/6624e64e/.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/
