selftest/lkdtm: Don't pollute 'git status'
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 6 Feb 2020 08:11:39 +0000 (08:11 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 20 Feb 2020 15:55:06 +0000 (08:55 -0700)
Commit 46d1a0f03d66 ("selftests/lkdtm: Add tests for LKDTM targets")
added generation of lkdtm test scripts.

Ignore those generated scripts when performing 'git status'

Fixes: 46d1a0f03d66 ("selftests/lkdtm: Add tests for LKDTM targets")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
.gitignore

index 72ef86a5570d28015d0ccb95ccd212bf8820c1c2..2763fce8766c09417fa6a4b9885e04a66c409b03 100644 (file)
@@ -100,6 +100,10 @@ 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-*