From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Mon, 27 Jun 2011 12:34:43 +0200 Message-Id: <1309170884-29740-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] [PATCH 1/2] libcacard: gitignore updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@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 -- 1.7.5.4