From 0ddbcc4837fcb665d798052d49a17711a2ba72bf Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 21 Aug 2015 08:16:37 +0200 Subject: [PATCH] don't ignore the _exts directory anymore As we don't have a Git submodule for the Sphinx extension anymore, there is no reason to still keep an entry for the directory in our .gitignore file. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29a1d85cb56..0685db64a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /_build -/_exts *.pyc