mkdocs: exclude more generated file types.
These files can appear/disappear during a parallel build, which confuses mkdocs when it tries to refer to them, even though we never wanted them in the docs anyway.
This commit is contained in:
parent
e7ea1e651d
commit
5db883ac58
1 changed files with 4 additions and 2 deletions
|
|
@ -29,11 +29,13 @@ plugins:
|
||||||
- cookbook/container/*.layer
|
- cookbook/container/*.layer
|
||||||
- cookbook/container/*.list
|
- cookbook/container/*.list
|
||||||
- "t/*"
|
- "t/*"
|
||||||
- "*.tmp"
|
- "*.eps"
|
||||||
- "*.gz"
|
- "*.gz"
|
||||||
- "*.tar"
|
- "*.log"
|
||||||
- "*.pdf"
|
- "*.pdf"
|
||||||
- "*.ps"
|
- "*.ps"
|
||||||
|
- "*.tar"
|
||||||
|
- "*.tmp"
|
||||||
- "*.1"
|
- "*.1"
|
||||||
regex:
|
regex:
|
||||||
- ".*~"
|
- ".*~"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue