From 66e7744df9e7589cb28cc0ed919da90738930948 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 12 2019 15:12:53 +0000 Subject: Ignore all results_* folders These folders are created by the different containers running the different environment we want to tests. There is no need to keep record of these test results. Signed-off-by: Pierre-Yves Chibon --- diff --git a/.gitignore b/.gitignore index 0bb1b03..400acda 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ worker.log _build/ results/ +results_*/ # Just a local folder I use for testing clones/