From 4d21f5a698b50fbba56804c755cae6e6bf34e8cb Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 19 Feb 2021 10:51:20 -0500 Subject: [PATCH] Add editor tmp file to .gitignore Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Ia8d579b84be5738a5d44d7577cf33f01eafa2cf1 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ae42a18..7c1512f 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,5 @@ Makefile /config.status /autom4te.cache/ /config + +*~ -- 2.34.1