Re: [PATCH 3/4] selftests: rds: add gitignore file for include.sh

2024-09-24 Thread Allison Henderson
On Tue, 2024-09-24 at 14:49 +0200, Javier Carrasco wrote: > The generated include.sh should be ignored by git. Create a new > gitignore and add the file to the list. > > Signed-off-by: Javier Carrasco Thanks! Reviewed-by: Allison Henderson > --- >  tools/testing/selftests/net/rds/.gitignore |

[PATCH 3/4] selftests: rds: add gitignore file for include.sh

2024-09-24 Thread Javier Carrasco
The generated include.sh should be ignored by git. Create a new gitignore and add the file to the list. Signed-off-by: Javier Carrasco --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/rds/.gitignore b/tools/testing/se