Ignore emacs backup files of tsvs in addition to python files master
authorDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:25:43 +0000 (15:25 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:25:43 +0000 (15:25 -0700)
.gitignore

index 481dcbb987e72c3bd02e61767f9bf480f4b0924c..4304bd4c8599e8f938cdea2b61c57e5d4f4d19ac 100644 (file)
@@ -1,2 +1,3 @@
-*.py[co~]
-__pycached__
\ No newline at end of file
+*.py[co]
+__pycached__
+*~