aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2020-02-06 08:11:39 +0000
committerShuah Khan <skhan@linuxfoundation.org>2020-02-20 08:55:06 -0700
commit68ca0fd272dac9a9f78fbf14b5e65de34f12c1b4 (patch)
tree4b83226ade2fe63ee505068e709af06d278c8e9f /.gitignore
parentselftests: openat2: fix build error on newer glibc (diff)
downloadlinux-dev-68ca0fd272dac9a9f78fbf14b5e65de34f12c1b4.tar.xz
linux-dev-68ca0fd272dac9a9f78fbf14b5e65de34f12c1b4.zip
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 <christophe.leroy@c-s.fr> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 72ef86a5570d..2763fce8766c 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-*