From cb3db4097d56ba4da2a11583717420dac02e6aef Mon Sep 17 00:00:00 2001 From: Ilja Dubinin Date: Tue, 5 Jan 2016 23:01:16 +0000 Subject: [PATCH] minor: DS_Store file has been added to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 79ffbc58f..69211c1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ checkstyle.iml #Virtual machine crash logs hs_err_pid* replay_pid* + +#MAC hidden file +.DS_Store