[mac] Ignore apple double files (._*) when commit.

This commit is contained in:
Jonathan Xu 2020-03-29 10:56:19 +08:00
parent 24630d4618
commit 449eb67d99

View File

@ -69,6 +69,7 @@ static const char *ignore_table[] = {
"Thumbs.db",
/* For Mac */
".DS_Store",
"._*",
NULL,
};