From patchwork Tue Jun 12 20:10:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Habkost X-Patchwork-Id: 164512 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 33B26B6FC4 for ; Wed, 13 Jun 2012 10:37:36 +1000 (EST) Received: from localhost ([::1]:51242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SebaY-0001UM-1l for incoming@patchwork.ozlabs.org; Tue, 12 Jun 2012 20:37:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeXPx-0004ek-Iv for qemu-devel@nongnu.org; Tue, 12 Jun 2012 16:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeXPs-0000ua-MV for qemu-devel@nongnu.org; Tue, 12 Jun 2012 16:10:21 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:54213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeXPs-0000tc-Ix for qemu-devel@nongnu.org; Tue, 12 Jun 2012 16:10:16 -0400 Received: by ggnp1 with SMTP id p1so4276071ggn.4 for ; Tue, 12 Jun 2012 13:10:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:x-gm-message-state; bh=1wnrhgWzOTPBgkPatusk6isEqJCA03MvBiJ0dwlr5Rk=; b=o4wupp2Gsvcxrhc6We8pqeCHcuBhMV2jvP62souqfwTiUueuVuCXVfI3KYaA9UqFbu iLzaLc0iPtQg2C8FhKWTNcLosHXE1MS77vsmiu4AWNelV5UXb+/J7bZ+H46zt1mkF0Rh 4/4KBlfEMtCZvEhsjuBZkp3V4b6rLh3Le/Asm4rivLMTd1Dy6Schfdhfbz00u/w7WpVp VPoc/ICEVPApdmBYaxSuPtHhKQIundD6eVOaSdUHlERRqeGnk35kjcWyVmOtB6FlFzWA ncVPcTs/Sj3fxPgvGGX8dTzbS7QrVzHhIM4p+z3W/7BR/RsxdxJxMrMWRtCzHclpdC7x SL1A== Received: by 10.236.136.8 with SMTP id v8mr29564650yhi.101.1339531813803; Tue, 12 Jun 2012 13:10:13 -0700 (PDT) Received: from blackpad.lan.raisama.net ([186.212.223.222]) by mx.google.com with ESMTPS id p29sm1205884yhl.19.2012.06.12.13.10.11 (version=TLSv1/SSLv3 cipher=AES128-SHA); Tue, 12 Jun 2012 13:10:13 -0700 (PDT) Received: by blackpad.lan.raisama.net (Postfix, from userid 500) id 58F1F200557; Tue, 12 Jun 2012 17:10:50 -0300 (BRT) From: Eduardo Habkost To: qemu-devel@nongnu.org Date: Tue, 12 Jun 2012 17:10:43 -0300 Message-Id: <1339531843-21217-1-git-send-email-ehabkost@redhat.com> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQnXHcYW4hSAvk7DK3rGYDHNcm/6Zk7FztOGsf2nEf1MSdN1hu8RWn3dnd0DihqiN9U1t9Wo X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.173 X-Mailman-Approved-At: Tue, 12 Jun 2012 20:36:58 -0400 Subject: [Qemu-devel] [PATCH] .gitignore update 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 Makes sure the following files are ignored: libcacard/.libs/ libcacard/libcacard.la libcacard/libcacard.pc libcacard/libcacard/ libcacard/osdep.lo libcacard/oslib-posix.lo libcacard/qemu-thread-posix.lo libcacard/qemu-timer-common.lo libcacard/trace.lo libcacard/trace/ tests/test-visitor-serialization vscclient Signed-off-by: Eduardo Habkost --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9859c7d..824c0d2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,12 +41,14 @@ qemu-io qemu-ga qemu-bridge-helper qemu-monitor.texi +vscclient QMP/qmp-commands.txt test-coroutine test-qmp-input-visitor test-qmp-output-visitor test-string-input-visitor test-string-output-visitor +test-visitor-serialization fsdev/virtfs-proxy-helper.1 fsdev/virtfs-proxy-helper.pod .gdbinit @@ -69,6 +71,10 @@ fsdev/virtfs-proxy-helper.pod *.vr *.d *.o +*.lo +*.la +*.pc +.libs *.swp *.orig .pc