The janitor log for workers was missing from gitignore, so add it. Every deployment is expected to make their own changes to buildset-config, so add the whole directory to the ignore list.
Similarly, every deployment is likely to make their own changes to config/autobuilder.conf, so ignore changes to it as well. Signed-off-by: Joe MacDonald <[email protected]> --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f1f9e4e..cb595bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,11 @@ *.so *.pyc +# Configuration hunks, changed by anyone using AB # +################################################### +buildset-config +config/autobuilder.conf + # Everything else # ################### *.log.* @@ -22,6 +27,7 @@ yocto-controller/twistd.log* yocto-controller/buildbot.tac yocto-worker/build-appliance/build(newcommits) yocto-worker/buildbot.tac +yocto-worker/janitor.log yocto-worker/nightly-x86/.buildbot-sourcedata-YnVpbGQ= yocto-worker/nightly/build(newcommits) yocto-worker/twistd.hostname -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
