This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 32f622b4075f9a221c9e376c01c2db9303dacf2b Author: Alexey Serbin <[email protected]> AuthorDate: Thu Sep 12 16:45:06 2019 -0700 [macos] add .DS_Store entry into .gitignore Change-Id: I60e4831d4fb58c8e94a7748b799ba98cda13ba5d Reviewed-on: http://gerrit.cloudera.org:8080/14226 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9271774..9dcc4f7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ oprofile_data *.iml README.html +# macOS-specific cruft +.DS_Store + # VIM/emacs/other editors stuff *.swp *.autosave
