From 63955f79d58ca3263bb3cd671b3e7880ca7b771c Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 28 Feb 2014 18:15:26 +0100 Subject: [PATCH] Ignore files generated by the unit test --- parallel/ddd/basic/test/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parallel/ddd/basic/test/.gitignore b/parallel/ddd/basic/test/.gitignore index 0628121c6..a56faaea3 100644 --- a/parallel/ddd/basic/test/.gitignore +++ b/parallel/ddd/basic/test/.gitignore @@ -3,3 +3,8 @@ Makefile .deps +*.log +*.trs + +# test executables +testbtree -- GitLab