From b22e3583729ebfd6fc486b9605e3d7dfd604ff21 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 26 Nov 2021 13:27:23 +1100 Subject: [PATCH] Add *~ editor backup files to gitignore Filenames ending in *~ are used by emacs, amongst others, for backup files, which we don't want to check in to git. Signed-off-by: David Gibson --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6b9c8ec..fc143149 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ youki !youki/ youki_integration_test -.vscode \ No newline at end of file +.vscode + +*~