removes docs/api dir from .gitignore and Makefile (#47366)

* removes docs/api dir from .gitignore and Makefile

* reduces noise on removing build artifacts
This commit is contained in:
Alicia Cozine
2018-10-19 16:06:15 -05:00
committed by Sandra McCann
parent 0bb3205dee
commit f1ad012375
3 changed files with 9 additions and 15 deletions

View File

@@ -217,7 +217,6 @@ clean:
rm -f AUTHORS.TXT
@echo "Cleaning up docsite"
$(MAKE) -C docs/docsite clean
$(MAKE) -C docs/api clean
.PHONY: python
python:
@@ -402,4 +401,3 @@ alldocs: docs webdocs
version:
@echo $(VERSION)