| Submitter | Scott Garman |
|---|---|
| Date | June 12, 2012, 8:36 p.m. |
| Message ID | <7e32cbf30352e12c55c3c378631f4e238cf682c5.1339533128.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/29753/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Tue, 12 Jun 2012 20:39:54 +0000 (UTC) Received: by 10.14.132.202 with SMTP id o50csp152253eei; Tue, 12 Jun 2012 13:37:32 -0700 (PDT) Received: by 10.216.144.145 with SMTP id n17mr9839869wej.101.1339533452579; Tue, 12 Jun 2012 13:37:32 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id k55si740545wes.85.2012.06.12.13.37.30 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jun 2012 13:37:32 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1SeY0P-0002ae-9U; Tue, 12 Jun 2012 22:48:01 +0200 Received: from masterfoo.zenlinux.com ([207.192.74.254]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <scott.a.garman@intel.com>) id 1SeY0O-0002Zh-2s for openembedded-core@lists.openembedded.org; Tue, 12 Jun 2012 22:48:00 +0200 Received: from localhost (c-76-105-137-48.hsd1.or.comcast.net [76.105.137.48]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by masterfoo.zenlinux.com (Postfix) with ESMTP id A065C2FE87 for <openembedded-core@lists.openembedded.org>; Tue, 12 Jun 2012 16:37:21 -0400 (EDT) From: Scott Garman <scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org Date: Tue, 12 Jun 2012 13:36:46 -0700 Message-Id: <7e32cbf30352e12c55c3c378631f4e238cf682c5.1339533128.git.scott.a.garman@intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <cover.1339533128.git.scott.a.garman@intel.com> References: <cover.1339533128.git.scott.a.garman@intel.com> In-Reply-To: <cover.1339533128.git.scott.a.garman@intel.com> References: <cover.1339533128.git.scott.a.garman@intel.com> X-MasterFoo-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: A065C2FE87.DAC26 X-MasterFoo-MailScanner: Found to be clean X-MasterFoo-MailScanner-SpamCheck: not spam X-MasterFoo-MailScanner-From: scott.a.garman@intel.com X-Spam-Status: No Subject: [OE-core] [PATCH 15/16] gitignore: add wildcard to match toplevel patch files X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
Comments
Scott Garman - June 12, 2012, 8:36 p.m.
Patch
diff --git a/.gitignore b/.gitignore index 04e36c5..f8db092 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +/*.patch build*/conf/local.conf build*/conf/bblayers.conf build*/downloads