From dcfcc21a33e74d14fdf37e4576894875876385ed Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 10 Jul 2016 21:03:56 +0200 Subject: [PATCH] Ignore dirty in submodule We are compiling in the submodule, so there is no point in tracking changes there --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 849aecd6..62de2299 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "kernel/acpica"] path = kernel/acpica url = https://github.com/acpica/acpica.git + ignore = dirty