From 64baf34ea02b52f18a7eace17720579941912359 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 2 May 2024 12:51:59 -0400 Subject: Ignore compiled test binaries --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 664be7b5..beac8017 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *.tm.o /tomo /tags +/test/* +!/test/*.tm -- cgit v1.2.3