From: Steve Youngs Date: Sat, 6 Nov 2010 05:26:10 +0000 (+1000) Subject: Add backup files to .gitignore X-Git-Url: http://cgit.sxemacs.org/?p=website;a=commitdiff_plain;h=a3c2a1f3c0ce3a039bc3ba2f880b8d96808b391b Add backup files to .gitignore * .gitignore: Add backup files that editors are so fond of spewing out. Signed-off-by: Steve Youngs --- diff --git a/.gitignore b/.gitignore index de6b929..d738bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,11 @@ # ignored after the change. #### +## Editor backups etc +*~ +*.orig +\#*# + ## These are kept updated from hooks in another repo .*.template changes/ChangeLog