Commit f3a60268 authored by Christophe Leroy's avatar Christophe Leroy Committed by Shuah Khan
Browse files

selftest/lkdtm: Use local .gitignore



Commit 68ca0fd2 ("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: 68ca0fd2 ("selftest/lkdtm: Don't pollute 'git status'")
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent ef89d054
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -100,10 +100,6 @@ modules.order
/include/ksym/
/arch/*/include/generated/

# Generated lkdtm tests
/tools/testing/selftests/lkdtm/*.sh
!/tools/testing/selftests/lkdtm/run.sh

# stgit generated dirs
patches-*

+2 −0
Original line number Diff line number Diff line
*.sh
!run.sh