From: Diane Trout Date: Sat, 26 Feb 2011 00:10:26 +0000 (-0800) Subject: Ignore emacs backup files for things other than python files X-Git-Tag: 0.5.2~54 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=ff58d0f51d6988b24db8072e083573bb6831ce2e Ignore emacs backup files for things other than python files --- 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