From patchwork Mon Jun 27 10:34:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 102140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 94D00B6F6E for ; Mon, 27 Jun 2011 21:00:22 +1000 (EST) Received: from localhost ([::1]:57370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb9YB-0002BF-1q for incoming@patchwork.ozlabs.org; Mon, 27 Jun 2011 07:00:19 -0400 Received: from eggs.gnu.org ([140.186.70.92]:58895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb99X-0004YW-Eq for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb99V-00060K-UP for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:34:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb99V-000608-BT for qemu-devel@nongnu.org; Mon, 27 Jun 2011 06:34:49 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5RAYmoC028695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Jun 2011 06:34:48 -0400 Received: from bow.redhat.com (vpn-9-50.rdu.redhat.com [10.11.9.50]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p5RAYlD7002775 for ; Mon, 27 Jun 2011 06:34:47 -0400 From: Alon Levy To: qemu-devel@nongnu.org Date: Mon, 27 Jun 2011 12:34:43 +0200 Message-Id: <1309170884-29740-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/2] libcacard: gitignore updates X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org --- .gitignore | 4 ++++ libcacard/.gitignore | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 libcacard/.gitignore diff --git a/.gitignore b/.gitignore index 08013fc..7acafe7 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,7 @@ cscope.* tags TAGS *~ +*.lo +*.la +*.pc +.libs diff --git a/libcacard/.gitignore b/libcacard/.gitignore new file mode 100644 index 0000000..a8f9841 --- /dev/null +++ b/libcacard/.gitignore @@ -0,0 +1 @@ +vscclient