Message ID | 20190925100015.31510-2-ben.dooks@codethink.co.uk (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [1/5] validation: ignore temporary ~ files | expand |
On Wed, Sep 25, 2019 at 11:00:11AM +0100, Ben Dooks wrote: > Ignore any ~ files left in the directory. > > Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> > --- > validation/.gitignore | 1 + This patch can be dropped because the equivalent has already been added to the main .gitignore. -- Luc
On 20/10/2019 15:12, Luc Van Oostenryck wrote: > On Wed, Sep 25, 2019 at 11:00:11AM +0100, Ben Dooks wrote: >> Ignore any ~ files left in the directory. >> >> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> >> --- >> validation/.gitignore | 1 + > > This patch can be dropped because the equivalent has already > been added to the main .gitignore. ok, thanks.
diff --git a/validation/.gitignore b/validation/.gitignore index 77276ba..e82b70e 100644 --- a/validation/.gitignore +++ b/validation/.gitignore @@ -2,3 +2,4 @@ *.diff *.got *.expected +*~
Ignore any ~ files left in the directory. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> --- validation/.gitignore | 1 + 1 file changed, 1 insertion(+)