From ac1db4f08a34a205d6739f35c4e80e435ceed7d2 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Sat, 14 Oct 2017 14:58:48 -0700 Subject: [PATCH] sanitycheck: add last_sanity.xml to gitignore This file is otherwise polluting the tree after doing a sanitycheck run. Signed-off-by: Andrew Boie --- scripts/sanity_chk/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sanity_chk/.gitignore b/scripts/sanity_chk/.gitignore index ff5caacdbe5..b2c4c7eb9bd 100644 --- a/scripts/sanity_chk/.gitignore +++ b/scripts/sanity_chk/.gitignore @@ -1,2 +1,2 @@ last_sanity.csv - +last_sanity.xml