linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftest/lkdtm: Don't pollute 'git status'
@ 2020-02-06  8:11 Christophe Leroy
  2020-02-20 14:58 ` Christophe Leroy
  2020-02-20 23:18 ` Kees Cook
  0 siblings, 2 replies; 4+ messages in thread
From: Christophe Leroy @ 2020-02-06  8:11 UTC (permalink / raw)
  To: Kees Cook, Shuah Khan; +Cc: linux-mm, linuxppc-dev, linux-kernel

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>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index b849a72d69d5..bb05dce58f8e 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-*
 
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-20 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06  8:11 [PATCH] selftest/lkdtm: Don't pollute 'git status' Christophe Leroy
2020-02-20 14:58 ` Christophe Leroy
2020-02-20 15:49   ` Shuah Khan
2020-02-20 23:18 ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).