From a3c2a1f3c0ce3a039bc3ba2f880b8d96808b391b Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Sat, 6 Nov 2010 15:26:10 +1000 Subject: [PATCH] Add backup files to .gitignore * .gitignore: Add backup files that editors are so fond of spewing out. Signed-off-by: Steve Youngs --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.25.1