From ff58d0f51d6988b24db8072e083573bb6831ce2e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 25 Feb 2011 16:10:26 -0800 Subject: [PATCH] Ignore emacs backup files for things other than python files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 921a57b..b8c701b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.py[co~] +*~ +*.py[co] .coverage *.egg-info dist -- 2.30.2