From fbbbdf9ba32e9aafb22d313c09a54132ff0438a1 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Tue, 6 Aug 2019 14:09:32 +0200
Subject: [PATCH] Make git ignore the testRandomSpacing when compiled.

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9772f54a40..43173e221d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,6 +115,7 @@ tests/testInteractions.sh
 tests/testSymmetry
 tests/testMaths
 tests/testRandom
+tests/testRandomSpacing
 tests/testThreadpool
 tests/testParser
 tests/testFeedback
-- 
GitLab