You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2020/09/21 09:24:22 UTC

[mina-sshd] 01/02: Ignore OSX files

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 35682bfc1677a396a0e5b34eb8194f9a76849aa7
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Sep 21 08:18:37 2020 +0200

    Ignore OSX files
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index dc98ed7..a3da243 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,6 @@ release.properties
 # Locks and temporary files
 *~
 .attach_pid*
+
+# OSX files
+.DS_Store