[docs] Remove mistaken static content in scenario table

The current scenario table has some saved content from
previous executions which were submitted and merged by
mistake.

This patch removes the file content and adds it to
.gitignore to prevent this happening again. The file
is not removed due to a doc8 test failure if it does
not exist.

Change-Id: Ieea1f45c00609b0b0b72379d2b53ad1006f15bb6
This commit is contained in:
Jesse Pretorius 2018-03-11 18:01:25 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 162acd2817
commit 12c31c779c
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -70,3 +70,7 @@ releasenotes/build
playbooks/root-include-playbook.yml
playbooks/include-playbook.yml*
playbooks/logs
# This file is generated by doc/source/scenario_table_gen.py
# So we should ignore any contributor changes to it.
doc/source/user/aio/scenario-table-gen.html

File diff suppressed because one or more lines are too long