From e0e82b22244815bc38093fd6a34db7aa710d971a Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Wed, 2 Oct 2019 14:31:57 +0000 Subject: [PATCH] add *.xml and *.html files to .gitignore These are created by scripts/run-tests.sh Changelog: None Signed-off-by: Mirza Krak --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8b2889a..77a99bc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ work rootfs_overlay_demo/* tests mender_local_config +*.xml +*.html