From b879d2833a407a45ae0c0162e31940d16d00376c Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: May 28 2019 14:55:20 +0000 Subject: gitignore: add test related directories to ignore For no artifacts/ and source/ in the test/ dir. --- 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