diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2020-02-27 14:07:10 +0000 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-03-02 08:39:39 -0700 |
commit | f3a60268f5cec7dae0e9713f5fc65aecc3734c09 (patch) | |
tree | aa1bb4a8887a378d4e09a1b54d66f6976c48652d /tools | |
parent | ef89d0545132d685f73da6f58b7e7fe002536f91 (diff) | |
download | linux-f3a60268f5cec7dae0e9713f5fc65aecc3734c09.tar.gz linux-f3a60268f5cec7dae0e9713f5fc65aecc3734c09.tar.bz2 linux-f3a60268f5cec7dae0e9713f5fc65aecc3734c09.zip |
selftest/lkdtm: Use local .gitignore
Commit 68ca0fd272da ("selftest/lkdtm: Don't pollute 'git status'")
introduced patterns for git to ignore files generated in
tools/testing/selftests/lkdtm/
Use local .gitignore file instead of using the root one.
Fixes: 68ca0fd272da ("selftest/lkdtm: Don't pollute 'git status'")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/lkdtm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/lkdtm/.gitignore b/tools/testing/selftests/lkdtm/.gitignore new file mode 100644 index 000000000000..f26212605b6b --- /dev/null +++ b/tools/testing/selftests/lkdtm/.gitignore @@ -0,0 +1,2 @@ +*.sh +!run.sh |