[yocto] [autobuilder][PATCH 3/4] gitignore: add worker-init

Joe MacDonald joe_macdonald at mentor.com
Tue Feb 17 13:41:14 PST 2015


yocto-autobuilder-setup modifies bin/worker-init on every new deployment,
so we don't want to consider worker-init for tracking by default.

Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index cb595bb..a4b31c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,8 @@ yocto-worker/nightly/build(newcommits)
 yocto-worker/twistd.hostname
 yocto-worker/twistd.log*
 yocto-worker/twistd.pid
+
+# This gets updated on every yocto-setup-autobuilder so should be ignored #
+# for nearly everyone.                                                    #
+###########################################################################
+bin/worker-init
-- 
1.9.1




More information about the yocto mailing list