diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-07 11:59:30 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-08 08:51:14 -0700 |
commit | 1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01 (patch) | |
tree | e84dfbd82999eb8eb5b2b87b22f8c39ce918f9fc /tools/testing | |
parent | 499a1d11f2653483f87c3339c8c799bc259536e7 (diff) | |
download | linux-1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01.tar.bz2 |
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/testing')
-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 |