From 9befae484d88aacf7057b15fa9ae339fb7c43418 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 23 Dec 2019 13:15:33 -0500 Subject: .gitignore: add test/*.{log,trs} Signed-off-by: Lukas Fleischer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 380478a..09a2eac 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,6 @@ src/.deps/ src/calcurse test/*.o +test/*.log +test/*.trs test/run-test -- cgit v1.2.3