Skip to content

Commit 68ca0fd

Browse files
chleroyshuahkh
authored andcommitted
selftest/lkdtm: Don't pollute 'git status'
Commit 46d1a0f ("selftests/lkdtm: Add tests for LKDTM targets") added generation of lkdtm test scripts. Ignore those generated scripts when performing 'git status' Fixes: 46d1a0f ("selftests/lkdtm: Add tests for LKDTM targets") Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 9a0584f commit 68ca0fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ 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+
103107
# stgit generated dirs
104108
patches-*
105109

0 commit comments

Comments
 (0)