From 75e7008d9628a80ae429fab08af5866879029e8b Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 16 Oct 2013 15:45:34 +1300 Subject: [PATCH] Ignore editor backup files. Same reason as ignoring .pyc - we never want to add them. Change-Id: I2db62db28102914a009fbedde4029b312d87b034 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e8c4174..5634819 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build dist out_report reviewday.egg-info +*~