From: Bradley M. Kuhn Date: Sat, 28 Apr 2012 13:39:12 +0000 (-0400) Subject: Emacs users will appreciate Emacs backup/autosave files ignored via .gitignore. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=80e1f7ba47a218f0a0f64197226997eeaf4479ed;p=working%2FEvergreen.git Emacs users will appreciate Emacs backup/autosave files ignored via .gitignore. Signed-off-by: Bradley M. Kuhn --- 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