From 3b2451b5381f2fe4cc36684a1708b258c36a880e Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Wed, 21 Oct 2020 14:07:04 +0200 Subject: [PATCH] [.gitmodules] Ignore untracked content As the test framework copies files from meta-mender into the submodule directory. Changelog: None Signed-off-by: Lluis Campos --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 1c0cfad..4575af0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = tests/mender-image-tests url = https://github.com/mendersoftware/mender-image-tests branch = master + ignore = untracked