From 3759b95cb19a3f4df64eb67414bd9a52727cead8 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 4 May 2015 15:25:43 -0700 Subject: [PATCH] Ignore emacs backup files of tsvs in addition to python files --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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__ +*~ -- 2.30.2