From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ39M-0000LX-3j for qemu-devel@nongnu.org; Thu, 22 Jan 2009 12:15:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ39L-0000Ko-54 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 12:15:27 -0500 Received: from [199.232.76.173] (port=52653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ39K-0000Kh-Sb for qemu-devel@nongnu.org; Thu, 22 Jan 2009 12:15:26 -0500 Received: from savannah.gnu.org ([199.232.41.3]:52524 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ39K-00060Y-Mc for qemu-devel@nongnu.org; Thu, 22 Jan 2009 12:15:26 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LQ39K-0004Dp-4d for qemu-devel@nongnu.org; Thu, 22 Jan 2009 17:15:26 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LQ39J-0004Dh-My for qemu-devel@nongnu.org; Thu, 22 Jan 2009 17:15:25 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Thu, 22 Jan 2009 17:15:25 +0000 Subject: [Qemu-devel] [6401] Extend gitignore (Jan Kiszka) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6401 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6401 Author: aliguori Date: 2009-01-22 17:15:25 +0000 (Thu, 22 Jan 2009) Log Message: ----------- Extend gitignore (Jan Kiszka) Exclude objects in the root directory and temporary stgit files. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori Modified Paths: -------------- trunk/.gitignore Modified: trunk/.gitignore =================================================================== --- trunk/.gitignore 2009-01-22 17:15:21 UTC (rev 6400) +++ trunk/.gitignore 2009-01-22 17:15:25 UTC (rev 6401) @@ -30,7 +30,9 @@ *.tp *.vr *.d +*.o .pc patches pc-bios/bios-pq/status pc-bios/vgabios-pq/status +.stgit-*