Update .gitignore with Emacs ignores

This commit is contained in:
skittles 2025-01-16 15:26:10 -03:00
parent df773d2e87
commit 11dc0c570d
Signed by: skittles
SSH key fingerprint: SHA256:HRivAeH3pqmygtqz/hc6xpO2uV5K3MQQyvYoWXPw4z8

11
.gitignore vendored
View file

@ -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; -*-