Skip to content

Commit f3a6026

Browse files
chleroyshuahkh
authored andcommitted
selftest/lkdtm: Use local .gitignore
Commit 68ca0fd ("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: 68ca0fd ("selftest/lkdtm: Don't pollute 'git status'") Signed-off-by: Christophe Leroy <[email protected]> Acked-by: Kees Cook <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent ef89d05 commit f3a6026

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ modules.order
100100
/include/ksym/
101101
/arch/*/include/generated/
102102

103-
# Generated lkdtm tests
104-
/tools/testing/selftests/lkdtm/*.sh
105-
!/tools/testing/selftests/lkdtm/run.sh
106-
107103
# stgit generated dirs
108104
patches-*
109105

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.sh
2+
!run.sh

0 commit comments

Comments
 (0)