From 9ca5b60aa862ae87c33efa127decbb07fc21e334 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Mon, 28 Sep 2015 11:48:53 +0100 Subject: [PATCH] Ignore built documentation directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3772885..6107670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.py[cdo] +pythonhosted/ # Editor detritus *.vim