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 e22e556..03c1051 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -8,3 +8,4 @@ uio *.log.* *.o *.trs +*.tmp -- 2.0.0