Repository: hbase Updated Branches: refs/heads/master f53051b59 -> 483c42a75
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/483c42a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/483c42a7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/483c42a7 Branch: refs/heads/master Commit: 483c42a7561f3f21dc8a9706ad6d8964c07ccf5b Parents: f53051b 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:52:11 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/483c42a7/.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/
