Q: where do untracked .#files
come from when working in a git repository?
When working on file example.txt
in a git
repository, I occasionally get an untracked file showing up in status titled .#example.txt
(that is, dot-hash-filename). (This happens both in magit's
status buffer and when running git status
from the command line, so it seems to be Emacs-related but not magit
-related.)
What is causing the appearance of untracked files of this sort? It does not appear to be a standard auto-save file (or at least I've never seen the .#
prefix before.)