From caea10bf756c87e3aec6524ab3412ce6c009c8cb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 25 Oct 2012 16:12:46 -0600 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 804eda4a78..51d83a67d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.#* *#*# *.#*# *.a