This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-12-26 23:00:18 +01:00
Code
Issues
Releases
Wiki
Activity
gitignore
/
Global
/
Emacs.gitignore
9 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding Emacs backup, and Vi swap ignores to Global/
2010-11-09 00:06:51 -08:00
*~
\#*\#
ignore emacs buffers and desktop
2010-11-09 09:59:27 +08:00
/.emacs.desktop
/.emacs.desktop.lock
dont track compiled elisp
2010-11-20 23:37:10 -08:00
.elc
auto-save-list
tramp
Ignore emacs auto-save files (.# prefix) The behavior is documented in [1]. The prefix doesn't seem to be documented, but it is hardoced as described in [2]. [1]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking [2]: http://tekman.livejournal.com/79598.html
2011-05-25 19:49:20 +02:00
.\#*
Reference in New Issue
Copy Permalink