From 7a25708b8ac180642614adb7d9ed7ae70e43a640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Sat, 11 Mar 2023 00:04:17 +0200 Subject: [PATCH] Ignore generated autoloads file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Bidar --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25f2b43..a9933c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Autoloads +*autoloads* + # Compiled *.elc @@ -8,4 +11,4 @@ *~ # Undo-tree save-files -*.~undo-tree \ No newline at end of file +*.~undo-tree