Update .gitignore with Emacs ignores
This commit is contained in:
parent
df773d2e87
commit
11dc0c570d
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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; -*-
|
Loading…
Reference in a new issue