diff mbox series

[1/6] validation: ignore temporary ~ files

Message ID 20190403153552.23461-2-ben.dooks@codethink.co.uk (mailing list archive)
State Superseded, archived
Headers show
Series [1/6] validation: ignore temporary ~ files | expand

Commit Message

Ben Dooks April 3, 2019, 3:35 p.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 April 3, 2019, 8:08 p.m. UTC | #1
On Wed, Apr 03, 2019 at 04:35:47PM +0100, Ben Dooks wrote:
> Ignore any ~ files left in the directory.

Applied. Thanks.

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