]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/zram: gitignore output file
authorLi Zhijian <lizhijian@fujitsu.com>
Wed, 11 Dec 2024 00:46:25 +0000 (08:46 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 15 Jan 2025 00:06:31 +0000 (17:06 -0700)
commitd54d3f69b7a13f193fd537c60b0184aefc35bc24
tree59f23ffdd896a08ce84a40cdc235fcff22b9db27
parent6d59d557e3ec3bde3102efdf4038ccffb848666f
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>
tools/testing/selftests/zram/.gitignore [new file with mode: 0644]