diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-09-25 14:38:43 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-26 17:31:10 +0200 |
commit | c89c37e8089765c9280c2256e9a099b81b5139e1 (patch) | |
tree | 7091267b4d9c6e236702f0f5a14e74289b4ee764 | |
parent | c4a9f3f8a0b8a78410489f4bae032402d713c9a0 (diff) | |
download | aerc-c89c37e8089765c9280c2256e9a099b81b5139e1.tar.gz |
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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ /aerc.debug /.aerc.d log +race.log.* raw.log *.1 *.5 |