From 2f3486b26b4e5da658573b13f4aa63b51ee13a60 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 17 May 2019 17:32:31 +0200 Subject: gitignore: Add ignore of EXTERNALSRC's artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This tiny change allows to use EXTERNALSRC when building debugging images without having its git status polluted. Bug-AGL: SPEC-2006 Change-Id: Ic6556a34c487012471ed456c6b4467d686fee816 Signed-off-by: José Bollo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 43d0e36..ce65e52 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ prepare-build.sh node_modules/ _book/ + +oe-logs +oe-workdir -- cgit 1.2.3-korg