mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-12-12 20:36:12 +01:00
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:
committed by
Robin Jarry
parent
2e982af9ef
commit
f0574ba9b4
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
/aerc
|
||||
/aerc.debug
|
||||
/wrap
|
||||
/colorize
|
||||
/wrap*
|
||||
/colorize*
|
||||
/linters.so
|
||||
/*log*
|
||||
/*.log*
|
||||
|
||||
Reference in New Issue
Block a user