This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new b75713f96d Add MacOS file to .gitignore (#3949) b75713f96d is described below commit b75713f96d1302b3f2d4b72c864ca82a311eca5c Author: rsingh433 <74160026+rsingh...@users.noreply.github.com> AuthorDate: Mon Nov 13 14:08:19 2023 -0500 Add MacOS file to .gitignore (#3949) Add .DS_Store to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 55d7f58f9d..35f9301cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ /nb-configuration.xml /.vscode/ /.factorypath + +# MacOS ignores +.DS_Store