Re: [PATCH for-next v3] selftests/zram: gitignore output file

2024-12-10 Thread Zhijian Li (Fujitsu)
On 11/12/2024 01:09, Shuah Khan wrote: > On 11/22/24 00:49, Li Zhijian wrote: >> 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 cl

Re: [PATCH for-next v3] selftests/zram: gitignore output file

2024-12-10 Thread Shuah Khan
On 11/22/24 00:49, Li Zhijian wrote: 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' Cc: Shuah Khan Signed-off-by: Li Zhijian --- Hello

Re: [PATCH for-next v3] selftests/zram: gitignore output file

2024-12-03 Thread Zhijian Li (Fujitsu)
On 04/12/2024 09:21, Shuah Khan wrote: > On 11/22/24 00:49, Li Zhijian wrote: >> 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 cl

Re: [PATCH for-next v3] selftests/zram: gitignore output file

2024-12-03 Thread Shuah Khan
On 11/22/24 00:49, Li Zhijian wrote: 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' Cc: Shuah Khan Signed-off-by: Li Zhijian --- Hello

[PATCH for-next v3] selftests/zram: gitignore output file

2024-11-21 Thread Li Zhijian
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' Cc: Shuah Khan Signed-off-by: Li Zhijian --- Hello, Cover letter is here. This patch set a