From 7862afa27f7f3c36af36bd46b4d0c57ba1d3343f Mon Sep 17 00:00:00 2001
From: Folkert Nobels <nobels@strw.leidenuniv.nl>
Date: Wed, 20 Feb 2019 13:39:42 +0100
Subject: [PATCH] Add 2 file types to gitignore

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index e61f876090..74d17aa77b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -150,6 +150,8 @@ tests/testOutputList
 tests/testCbrt
 tests/testFormat.sh
 tests/testCooling
+tests/*.png
+tests/*.txt
 
 theory/latex/swift.pdf
 theory/SPH/Kernels/kernels.pdf
-- 
GitLab