Re: [PATCH] selftest/lkdtm: Use local .gitignore
From: Christophe Leroy <hidden>
Date: 2020-02-27 16:53:36
Also in:
linux-kselftest, linux-mm, lkml
From: Christophe Leroy <hidden>
Date: 2020-02-27 16:53:36
Also in:
linux-kselftest, linux-mm, lkml
Le 27/02/2020 à 17:45, Shuah Khan a écrit :
On 2/27/20 9:17 AM, Kees Cook wrote:quoted
On Thu, Feb 27, 2020 at 02:07:10PM +0000, Christophe Leroy wrote:quoted
Commit 68ca0fd272da ("selftest/lkdtm: Don't pollute 'git status'") introduced patterns for git to ignore files generated in tools/testing/selftests/lkdtm/ Use local .gitignore file instead of using the root one. Fixes: 68ca0fd272da ("selftest/lkdtm: Don't pollute 'git status'") Signed-off-by: Christophe Leroy <redacted>Yeah, that's better. Thanks! Acked-by: Kees Cook <redacted>I will apply it for next rc. Thanks. I should have noticed the problem in the previous version. It slipped by me. :(
My fault, I didn't even know we could have .gitignore in subdirectories. Christophe