History log of /linux-master/tools/testing/selftests/timers/.gitignore
Revision Date Author Comments
# d198b34f 03-Mar-2020 Masahiro Yamada <masahiroy@kernel.org>

.gitignore: add SPDX License Identifier

Add SPDX License Identifier to all .gitignore files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


# a12ab9e1 19-Apr-2018 Alexandre Belloni <alexandre.belloni@bootlin.com>

selftests: move RTC tests to rtc subfolder

Move the RTC tests out of the timers folder as they are mostly unrelated.
Keep rtcpie in timers as it only test hrtimers.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>


# 843b20bc 19-Apr-2018 Alexandre Belloni <alexandre.belloni@bootlin.com>

selftests: timers: move PIE tests out of rtctest

Since commit 6610e0893b8bc ("RTC: Rework RTC code to use timerqueue for
events"), PIE are completely handled using hrtimers, without actually using
any underlying hardware RTC.

Move PIE testing out of rtctest. It still depends on the presence of an RTC
(to access the device file) but doesn't depend on it actually working.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>


# e7d65f9c 13-Oct-2017 Shuah Khan <shuah@kernel.org>

selftests: timers: Update .gitignore with newly added tests

Update .gitignore with newly added tests.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>


# 1dbbf441 07-Dec-2016 Shuah Khan <shuah@kernel.org>

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>


# 886187c4 06-Jan-2016 Yuan Sun <sunyuan3@huawei.com>

update .gitignore in selftests/timers

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>


# 78000efe 07-Apr-2015 Zhang Zhen <zhenzhang.zhang@huawei.com>

selftests/timers: Make git ignore all binaries in timers test suite

This patch includes the timers test binaries into the .gitignore
file listing in their respective directories. This will make sure
that git ignores all of these test binaries when displaying status.

Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>