]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/cpufreq: gitignore output files and clean them in make clean
authorLi Zhijian <lizhijian@fujitsu.com>
Fri, 22 Nov 2024 07:47:57 +0000 (15:47 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 10 Dec 2024 00:51:41 +0000 (17:51 -0700)
commit694389cd2bdfc6bc646bbb0fd2a5684c5e8d5fbf
tree53cd6fd4383d6e59ff1a2f535d48f7513aee2e73
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
selftests/cpufreq: gitignore output files and clean them in make clean

After `make run_tests`, the git status complains:
Untracked files:
    (use "git add <file>..." to include in what will be committed)
        cpufreq/cpufreq_selftest.dmesg_cpufreq.txt
        cpufreq/cpufreq_selftest.dmesg_full.txt
        cpufreq/cpufreq_selftest.txt

Link: https://lore.kernel.org/all/20241122074757.1583002-1-lizhijian@fujitsu.com/
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/cpufreq/.gitignore [new file with mode: 0644]
tools/testing/selftests/cpufreq/Makefile