Repository: hbase Updated Branches: refs/heads/branch-1 6d378d912 -> dbe60e385
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/dbe60e38 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dbe60e38 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dbe60e38 Branch: refs/heads/branch-1 Commit: dbe60e3856b48b7ee57b2f7d4f1eebc2665269e6 Parents: 6d378d9 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:15 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/dbe60e38/.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/
