mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-06-15 15:30:20 +02:00

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>
14 lines
129 B
Text
14 lines
129 B
Text
/aerc
|
|
/aerc.debug
|
|
/wrap*
|
|
/colorize*
|
|
/linters.so
|
|
/*log*
|
|
/*.log*
|
|
/*.1
|
|
/*.5
|
|
/*.7
|
|
/.env
|
|
/.changelog.md
|
|
/aerc-release-stats.png
|
|
/tags
|