Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftest/lkdtm: Use local .gitignore

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 <christophe.leroy@c-s.fr>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Christophe Leroy and committed by
Shuah Khan
f3a60268 ef89d054

+2 -4
-4
.gitignore
··· 100 100 /include/ksym/ 101 101 /arch/*/include/generated/ 102 102 103 - # Generated lkdtm tests 104 - /tools/testing/selftests/lkdtm/*.sh 105 - !/tools/testing/selftests/lkdtm/run.sh 106 - 107 103 # stgit generated dirs 108 104 patches-* 109 105
+2
tools/testing/selftests/lkdtm/.gitignore
··· 1 + *.sh 2 + !run.sh