Repository: hbase Updated Branches: refs/heads/branch-2 6db3d8138 -> 9919a47b7
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/9919a47b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9919a47b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9919a47b Branch: refs/heads/branch-2 Commit: 9919a47b77001b9a86c9a52df9b8ba2651d62396 Parents: 6db3d81 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:04 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9919a47b/.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/
