runbot/.gitignore
Christophe Monniez edda6c0265 [IMP] runbot: build docker image once per loop turn
At this moment, the Docker image is built at the beginning of each
runbot build. This blocks the _scheduler while the image is built.

With this commit, the image is built before calling the _scheduler and
is not linked to a runbot build.

Also, the necessary dirs are created in the static path before starting
the loop.
2020-01-22 13:50:01 +01:00

14 lines
217 B
Plaintext

# dotfiles
.*
# compiled python files
*.py[co]
# emacs backup files
*~
# runbot work files
runbot/static/build
runbot/static/repo
runbot/static/sources
runbot/static/nginx
runbot/static/databases
runbot/static/docker