mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
selftest/lkdtm: Use local .gitignore
Commit68ca0fd272
("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:68ca0fd272
("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>
This commit is contained in:
parent
ef89d05451
commit
f3a60268f5
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
tools/testing/selftests/lkdtm/.gitignore
vendored
Normal file
2
tools/testing/selftests/lkdtm/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.sh
|
||||
!run.sh
|
Loading…
Reference in New Issue
Block a user