From e302cf89d824e15fdc4ddef2a681273c307cd04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Mon, 28 Nov 2022 09:03:31 +0100 Subject: [PATCH] git should ignore GNU/Emacs backups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Dachary --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1ce2a87611..77a6fde772 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# GNU/Emacs +*~ + # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a