From 5c93ca1115876b001640c0a5c40ef19ae770333f Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 15 Apr 2019 23:40:10 -0700 Subject: [PATCH] Revert "Ignore doc directory" This reverts commit d79db0d9d3368cb823476bc2a0242111dc9d621e. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd4b391..cc70beb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ __pycache__ -doc pkg -PKGBUILD src tags *.tar.gz @@ -9,3 +7,4 @@ tags .coverage .hypothesis .idea +PKGBUILD