Repository: hbase Updated Branches: refs/heads/branch-1.3 4ce79774a -> 2f769c0ca
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/2f769c0c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2f769c0c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2f769c0c Branch: refs/heads/branch-1.3 Commit: 2f769c0ca87d2b01b9a17866eefd8c559177eed1 Parents: 4ce7977 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:38 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2f769c0c/.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/
