diff options
author | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-10-19 23:06:15 +0200 |
---|---|---|
committer | Sandra McCann <samccann@redhat.com> | 2018-10-19 23:06:15 +0200 |
commit | f1ad01237593ecae730276b2e3feae9f1bec1549 (patch) | |
tree | ef05b414b2f62fc6d2b458822062fce4935303e0 /Makefile | |
parent | with_items should not be used any more - using loop instead (#47363) (diff) | |
download | ansible-f1ad01237593ecae730276b2e3feae9f1bec1549.tar.xz ansible-f1ad01237593ecae730276b2e3feae9f1bec1549.zip |
removes docs/api dir from .gitignore and Makefile (#47366)
* removes docs/api dir from .gitignore and Makefile
* reduces noise on removing build artifacts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) - |