From 256e82a1402cf8e3aa30516ea2f8b33199d36cd8 Mon Sep 17 00:00:00 2001 From: mvr Date: Sun, 2 Nov 2014 21:46:12 +0000 Subject: [PATCH] [issue547] add emacs tmp files and .coverage files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 07defca50..86345c884 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ __pycache__ .ipynb_checkpoints .tox .DS_Store +\#*# +.#* +.coverage