From 80e1f7ba47a218f0a0f64197226997eeaf4479ed Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sat, 28 Apr 2012 09:39:12 -0400 Subject: [PATCH] Emacs users will appreciate Emacs backup/autosave files ignored via .gitignore. Signed-off-by: Bradley M. Kuhn --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a53080099c..61d5c152ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Hide temp files *.swp +# Hide emacs autosave/backup files +#*# + +*~ # Hide built objects *.[oa] *.la -- 2.11.0