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