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/*.list
|
||||
- "t/*"
|
||||
- "*.tmp"
|
||||
- "*.eps"
|
||||
- "*.gz"
|
||||
- "*.tar"
|
||||
- "*.log"
|
||||
- "*.pdf"
|
||||
- "*.ps"
|
||||
- "*.tar"
|
||||
- "*.tmp"
|
||||
- "*.1"
|
||||
regex:
|
||||
- ".*~"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue