From 3af6fd2ad38bfbe98ad72e20257704bced7988fa Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Tue, 22 Aug 2023 08:20:40 +0200
Subject: [PATCH] [CI] gitignore: emacs backups

(cherry picked from commit 5e418789d930ef8dc27bc5cb32f96350f5d64e06)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6b699e0870..362ef556ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Emacs
+*~
+
 # Compiled Object files, Static and Dynamic libs (Shared Objects)
 *.o
 *.a