mkdocs: don't bother to include cookbook/c/out.*/ dirs.

This commit is contained in:
Avery Pennarun 2019-02-25 13:57:47 +00:00
commit 1eb7b2879d

View file

@ -28,6 +28,7 @@ plugins:
- cookbook/container/*.initrd - cookbook/container/*.initrd
- cookbook/container/*.layer - cookbook/container/*.layer
- cookbook/container/*.list - cookbook/container/*.list
- cookbook/c/out.*
- "t/*" - "t/*"
- "*.eps" - "*.eps"
- "*.gz" - "*.gz"