From 5ecae9d58566c8e2c1bbb62e357b7de4f5d6d4f6 Mon Sep 17 00:00:00 2001 From: Davis Goglin Date: Wed, 30 Mar 2016 13:47:16 -0700 Subject: [PATCH] Add more testing directories to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c2841b4..925ae40 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,10 @@ temp # packaging and testing .tox/ *.egg-info/ +.eggs/ build/ dist/ +.coverage + +# testing temporary directories +test/test-cli-output/