Message ID | 20241122074935.1583747-1-lizhijian@fujitsu.com |
---|---|
State | Superseded |
Headers | show |
Series | [for-next,v3] selftests/zram: gitignore output file | expand |
On 11/22/24 00:49, Li Zhijian wrote: > 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' > > Cc: Shuah Khan <shuah@kernel.org> > Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> > --- > Hello, > Cover letter is here. > > This patch set aims to make 'git status' clear after 'make' and 'make > run_tests' for kselftests. > --- > V3: > Add Copyright description > V2: > split as a separate patch from a small one [0] > [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/ > > Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> > --- > tools/testing/selftests/zram/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 tools/testing/selftests/zram/.gitignore > > 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 I am seeing duplicate signature warning on this patch. Please fix and send a correct patch. thanks, -- Shuah
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 <file>..." to include in what will be committed) >> zram/err.log >> >> This file will be cleaned up when execute 'make clean' >> >> Cc: Shuah Khan <shuah@kernel.org> >> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> >> --- >> Hello, >> Cover letter is here. >> >> This patch set aims to make 'git status' clear after 'make' and 'make >> run_tests' for kselftests. >> --- >> V3: >> Add Copyright description >> V2: >> split as a separate patch from a small one [0] >> [0] https://lore.kernel.org/linux-kselftest/20241015010817.453539-1-lizhijian@fujitsu.com/ >> >> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> >> --- >> tools/testing/selftests/zram/.gitignore | 2 ++ >> 1 file changed, 2 insertions(+) >> create mode 100644 tools/testing/selftests/zram/.gitignore >> >> 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 > > > I am seeing duplicate signature warning on this patch. Please > fix and send a correct patch. Good catch, fixed and posted an updated revision. Thanks Zhijian > > thanks, > -- Shuah
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