From b267aef27f17ec0162bdf76fd8ad2b07782b8eab Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Aug 2014 01:40:24 -0400 Subject: [PATCH] tests: ignore *.tmp files The tests like to generate random .tmp files, so ignore them. * tests/.gitignore: Add *.tmp. --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index e22e556d..03c1051f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -8,3 +8,4 @@ uio *.log.* *.o *.trs +*.tmp -- 2.40.0