Add backup files to .gitignore
authorSteve Youngs <steve@sxemacs.org>
Sat, 6 Nov 2010 05:26:10 +0000 (15:26 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 6 Nov 2010 05:26:10 +0000 (15:26 +1000)
* .gitignore: Add backup files that editors are so fond of spewing
out.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
.gitignore

index de6b929..d738bd7 100644 (file)
 # ignored after the change.
 ####
 
+## Editor backups etc
+*~
+*.orig
+\#*#
+
 ## These are kept updated from hooks in another repo
 .*.template
 changes/ChangeLog