From b879d2833a407a45ae0c0162e31940d16d00376c Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 28 May 2019 16:55:20 +0200 Subject: [PATCH] gitignore: add test related directories to ignore For no artifacts/ and source/ in the test/ dir. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3bf8b9c..de0c553 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ results_bolt/ *.log *.rpm +#testing +tests/artifacts/ +tests/source/ + #tarballs /bolt-0.1.tar.gz /bolt-0.2.tar.gz