gitignore: ignore race.log.*

Running `make dev` creates race.log.* files. Ignore these by default.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
main
Tim Culverhouse 6 months ago committed by Robin Jarry
parent c4a9f3f8a0
commit c89c37e808

1
.gitignore vendored

@ -4,6 +4,7 @@
/aerc.debug
/.aerc.d
log
race.log.*
raw.log
*.1
*.5

Loading…
Cancel
Save