From: Li Zhijian Date: Wed, 11 Dec 2024 00:46:25 +0000 (+0800) Subject: selftests/zram: gitignore output file X-Git-Tag: v6.14-rc1~143^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d54d3f69b7a13f193fd537c60b0184aefc35bc24;p=thirdparty%2Fkernel%2Flinux.git selftests/zram: gitignore output file After `make run_tests`, the git status complains: Untracked files: (use "git add ..." to include in what will be committed) zram/err.log This file will be cleaned up when execute 'make clean' Link: https://lore.kernel.org/r/20241211004625.5308-1-lizhijian@fujitsu.com Cc: Shuah Khan Signed-off-by: Li Zhijian Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/zram/.gitignore b/tools/testing/selftests/zram/.gitignore new file mode 100644 index 0000000000000..088cd9bad87a7 --- /dev/null +++ b/tools/testing/selftests/zram/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +err.log