aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zhijian <lizhijian@fujitsu.com>2024-12-11 08:46:25 +0800
committerShuah Khan <skhan@linuxfoundation.org>2025-01-14 17:06:31 -0700
commitd54d3f69b7a13f193fd537c60b0184aefc35bc24 (patch)
tree59f23ffdd896a08ce84a40cdc235fcff22b9db27
parentselftests/filesystems: Add missing gitignore file (diff)
downloadlinux-rng-d54d3f69b7a13f193fd537c60b0184aefc35bc24.tar.xz
linux-rng-d54d3f69b7a13f193fd537c60b0184aefc35bc24.zip
selftests/zram: gitignore output file
After `make run_tests`, the git status complains: Untracked files: (use "git add <file>..." 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 <shuah@kernel.org> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r--tools/testing/selftests/zram/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/zram/.gitignore b/tools/testing/selftests/zram/.gitignore
new file mode 100644
index 000000000000..088cd9bad87a
--- /dev/null
+++ b/tools/testing/selftests/zram/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+err.log