From 005ee8aa89ad0bfb1ef12d92990b4615dcad4649 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 25 Jan 2017 14:34:21 +0000 Subject: [PATCH] Make git ignore the compiled test. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 596f144ed1..ba0028d163 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ tests/testRiemannHLLC tests/testMatrixInversion tests/testDump tests/testLogger +tests/benchmarkInteractions theory/latex/swift.pdf theory/SPH/Kernels/kernels.pdf -- GitLab