git: Update git ignore list for mac

The wrap and colorize files are ignored, however on a MacOS box they
are {wrap,colorize}.dSYM directories, hence show up as untracked files
in "git status".

This patch updates .gitignore so that those directories are ignored as
well.

Signed-off-by: Simon Martin <simon@nasilyan.com>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Simon Martin
2025-03-06 12:29:29 +01:00
committed by Robin Jarry
parent 2e982af9ef
commit f0574ba9b4

4
.gitignore vendored
View File

@@ -1,7 +1,7 @@
/aerc
/aerc.debug
/wrap
/colorize
/wrap*
/colorize*
/linters.so
/*log*
/*.log*