docs/cookbook/container: don't delete *.out and *.code during build.
If mkdocs is running in parallel, it can get upset if one of these files exists when it lists the directory, but doesn't exist when it goes to generate the output. Fundamentally this is a problem in mkdocs more than in our code, but we might as well avoid it.
This commit is contained in:
parent
3dbdfbc06f
commit
6fbda9a7b3
3 changed files with 9 additions and 8 deletions
2
docs/cookbook/container/.gitignore
vendored
2
docs/cookbook/container/.gitignore
vendored
|
|
@ -3,6 +3,7 @@ debootstrap
|
|||
debian
|
||||
libs
|
||||
simple
|
||||
*.code
|
||||
*.dockjson
|
||||
*.fakeroot
|
||||
*.fs
|
||||
|
|
@ -11,6 +12,7 @@ simple
|
|||
*.initrd
|
||||
*.layer
|
||||
*.list
|
||||
*.out
|
||||
*.runkvm
|
||||
*.runlocal
|
||||
*.rundocker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue