From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 1CFEE73689 for ; Mon, 16 Mar 2015 14:19:16 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 16 Mar 2015 07:17:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,409,1422950400"; d="scan'208";a="680778257" Received: from sgconnee-mobl2.ger.corp.intel.com (HELO peggleto-mobl5.ger.corp.intel.com) ([10.252.8.217]) by fmsmga001.fm.intel.com with ESMTP; 16 Mar 2015 07:19:18 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Mon, 16 Mar 2015 14:18:57 +0000 Message-Id: <005f0bfd40af950ec33e848da8e2e7e4e2433946.1426515313.git.paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 11/16] gitignore: exclude meta-selftest, drop meta-hob X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 14:19:16 -0000 * We don't want to ignore changes in the meta-selftest directory * While I'm at it, meta-hob has been gone for a while now, so drop the reference to it here. Signed-off-by: Paul Eggleton --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ece6b8..e80a2fd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ scripts/oe-git-proxy-socks sources/ meta-*/ !meta-skeleton -!meta-hob +!meta-selftest hob-image-*.bb *.swp *.orig -- 1.9.3