diff mbox series

[1/5] validation: ignore temporary ~ files

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

Commit Message

Ben Dooks Sept. 25, 2019, 10 a.m. UTC
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(+)

Comments

Luc Van Oostenryck Oct. 20, 2019, 2:12 p.m. UTC | #1
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
Ben Dooks Oct. 22, 2019, 9:27 a.m. UTC | #2
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 mbox series

Patch

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
+*~