Message ID | 20240924-selftests-gitignore-v1-3-9755ac883388@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0e43a5a7b253ed3764929a43778d3c684092a277 |
Headers | show |
Series | selftsets: gitignore and clean target file additions | expand |
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 <javier.carrasco.cruz@gmail.com> Thanks! Reviewed-by: Allison Henderson <allison.henderson@oracle.com> > --- > tools/testing/selftests/net/rds/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/net/rds/.gitignore > b/tools/testing/selftests/net/rds/.gitignore > new file mode 100644 > index 000000000000..1c6f04e2aa11 > --- /dev/null > +++ b/tools/testing/selftests/net/rds/.gitignore > @@ -0,0 +1 @@ > +include.sh >
diff --git a/tools/testing/selftests/net/rds/.gitignore b/tools/testing/selftests/net/rds/.gitignore new file mode 100644 index 000000000000..1c6f04e2aa11 --- /dev/null +++ b/tools/testing/selftests/net/rds/.gitignore @@ -0,0 +1 @@ +include.sh
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 <javier.carrasco.cruz@gmail.com> --- tools/testing/selftests/net/rds/.gitignore | 1 + 1 file changed, 1 insertion(+)