From 7b519175927d76a887568dec44fcddf91d5a8ea2 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 30 Jul 2018 14:18:20 +0100 Subject: [PATCH] Hide intermediate test files from git. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 81ef64a..5d19ea9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ examples/test[0-9] Makefile tclap.pc tests/tmp.out +tests/test*.log +tests/test*.trs