diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-07 19:59:30 +0100 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-08 16:51:14 +0100 |
commit | 1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01 (patch) | |
tree | e84dfbd82999eb8eb5b2b87b22f8c39ce918f9fc /tools | |
parent | selftest: sync: stress test for merges (diff) | |
download | linux-1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01.tar.xz linux-1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01.zip |
selftests: add missing set-tz to timers .gitignore
set-tz is missing from timers/.gitignore. Add it.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/timers/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore index 68f3fc71ac44..cc986621f512 100644 --- a/tools/testing/selftests/timers/.gitignore +++ b/tools/testing/selftests/timers/.gitignore @@ -17,3 +17,4 @@ skew_consistency threadtest valid-adjtimex adjtick +set-tz |