From c55f7162f1d2d3c59ea5b4106a81b419bf39d716 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 25 Jan 2019 09:48:35 +0100 Subject: [PATCH] .gitignore: exclude results directory This directory is created by the compile_and_test_for_board script when ran from RIOTBASE and no custom value is specified --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c5f6b8d4b6..fb2f5c837b 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ Makefile.local # scan-build artifacts scan-build/ + +# compile_and_test_for_boards default "results" directory +results/