From 74eb727821cc24f4733027ca562bc7ce9a46366e Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Mon, 17 Oct 2016 18:03:16 +0100 Subject: [PATCH] Add generated files to git ignore These files are generated by running `make html` for the docs or `tox` for tests. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0b7a395d3a..0f2258c9ec 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,7 @@ pip-log.txt env env2 env3 + +docs/source/reference/services +tests/coverage.xml +tests/nosetests.xml