From: Diane Trout Date: Mon, 4 May 2015 22:25:43 +0000 (-0700) Subject: Ignore emacs backup files of tsvs in addition to python files X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=helpful_scripts.git;a=commitdiff_plain;h=3759b95cb19a3f4df64eb67414bd9a52727cead8 Ignore emacs backup files of tsvs in addition to python files --- diff --git a/.gitignore b/.gitignore index 481dcbb..4304bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -*.py[co~] -__pycached__ \ No newline at end of file +*.py[co] +__pycached__ +*~