From: Christophe Leroy Date: Thu, 6 Feb 2020 08:11:39 +0000 (+0000) Subject: selftest/lkdtm: Don't pollute 'git status' X-Git-Tag: v5.6-rc4~20^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68ca0fd272da;p=thirdparty%2Fkernel%2Flinux.git selftest/lkdtm: Don't pollute 'git status' 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 Signed-off-by: Shuah Khan --- diff --git a/.gitignore b/.gitignore index 72ef86a5570d2..2763fce8766c0 100644 --- a/.gitignore +++ b/.gitignore @@ -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-*