From 11dc0c570de643ed48f165fcb263046cdb01e5f8 Mon Sep 17 00:00:00 2001 From: skittles Date: Thu, 16 Jan 2025 15:26:10 -0300 Subject: [PATCH] Update .gitignore with Emacs ignores --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index bf4db1e..4ea3d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ +# ---> Emacs +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + # ---> CommonLisp *.FASL *.fasl @@ -17,3 +27,4 @@ *.wx64fsl *.wx32fsl +# -*- mode: gitignore; -*- \ No newline at end of file