From c53bc6c1a7b4bb1362d9670af4ef55015368a95e Mon Sep 17 00:00:00 2001 From: Christopher Grebs Date: Wed, 18 Jun 2014 12:19:58 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 24892a6..c7133c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ +build +dist *.pyc *.egg-info +junit-*.xml .DS_Store .cache +.coverage +coverage.xml .grunt .specsrunner.html node_modules db.sqlite3 docs/build +.tox