Message ID | 20190404115734.2403-2-ben.dooks@codethink.co.uk (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [1/5] validation: ignore temporary ~ files | expand |
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(+)