maint: ignore unsaved emacs files

I did a 'git add .', then realized that it ended up trying to
add the emacs lock file for a corresponding file that I had not
yet saved all my edits; thankfully I noticed it in time.  Since
we already exclude other temporary files, this makes the most
sense for preventing such a mistake from actually hitting upstream.

* .gitignore: Add .#* to the exclude list.
This commit is contained in:
Eric Blake 2012-10-25 16:12:46 -06:00
parent eba36a3878
commit caea10bf75

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.#*
*#*#
*.#*#
*.a