diff options
author | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-10-19 16:06:15 -0500 |
---|---|---|
committer | Sandra McCann <samccann@redhat.com> | 2018-10-19 17:06:15 -0400 |
commit | f1ad01237593ecae730276b2e3feae9f1bec1549 (patch) | |
tree | ef05b414b2f62fc6d2b458822062fce4935303e0 /.gitignore | |
parent | 0bb3205dee7f68e6067873b995da251fc099a362 (diff) | |
download | ansible-f1ad01237593ecae730276b2e3feae9f1bec1549.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c7ae77d1de..6dfb84d15c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,6 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docs/api/_build/ -docs/api/rst/ docs/docsite/_build docs/docsite/*.html docs/docsite/htmlout |