]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: ignore unsaved emacs files
authorEric Blake <eblake@redhat.com>
Thu, 25 Oct 2012 22:12:46 +0000 (16:12 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 25 Oct 2012 22:12:46 +0000 (16:12 -0600)
commitcaea10bf756c87e3aec6524ab3412ce6c009c8cb
treec53b1ad48c3486a8cde8962b7f98e79050592be5
parenteba36a3878429fa02065cb4bf92082a006e10116
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.
.gitignore