Pārlūkot izejas kodu

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
Moritz Ulrich 14 gadi atpakaļ
vecāks
revīzija
e61c20ac1d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Global/Emacs.gitignore

+ 1 - 0
Global/Emacs.gitignore

@@ -5,3 +5,4 @@
 .elc
 auto-save-list
 tramp
+.\#*