Whenever I edit a file in emacs, I get a link in the current directory that looks like
lrwxrwxrwx 1 mpersico users 65 Feb 15 12:04 .#theFile -> mpersico@myhostname.nnnnn:nnnnnnnnnn
where the 'n's are 0-9. The first five n's are the pid of the emacs process. The file only appears while there are unsaved edits. Typing one key in the buffer creates the file. Saving the buffer removes the file.
Any idea what that file is and if it can be moved somewhere else? It's causing spurious errors in my rsync snapshotting setup.
TIA