From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Mon, 18 Feb 2008 17:57:31 +0900 Message-ID: References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> <200801231901.m0NJ10CP029274@sallyv1.ics.uci.edu> <200801261921.m0QJLmx5011377@sallyv1.ics.uci.edu> <20080126220610.GA25619@thyrsus.com> <200802171816.m1HIGmZr015446@sallyv1.ics.uci.edu> <87odaf8mq4.fsf@ambire.localdomain> <200802171856.m1HIuO7N000236@sallyv1.ics.uci.edu> <87y79i3d4m.fsf@ambire.localdomain> <87ejba3b1j.fsf@ambire.localdomain> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203325080 4871 80.91.229.12 (18 Feb 2008 08:58:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 08:58:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 09:58:24 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JR1pI-0003bU-Gv for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 09:58:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR1oo-00040n-75 for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2008 03:57:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR1oi-0003yN-Oh for emacs-devel@gnu.org; Mon, 18 Feb 2008 03:57:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR1oh-0003y3-AR for emacs-devel@gnu.org; Mon, 18 Feb 2008 03:57:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR1oh-0003y0-42 for emacs-devel@gnu.org; Mon, 18 Feb 2008 03:57:39 -0500 Original-Received: from tyo201.gate.nec.co.jp ([202.32.8.193]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JR1od-0004JS-3l; Mon, 18 Feb 2008 03:57:35 -0500 Original-Received: from relay31.aps.necel.com ([10.29.19.54]) by tyo201.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id m1I8vUlF017462; Mon, 18 Feb 2008 17:57:32 +0900 (JST) Original-Received: from relay31.aps.necel.com ([10.29.19.24] [10.29.19.24]) by relay31.aps.necel.com with ESMTP; Mon, 18 Feb 2008 17:57:32 +0900 Original-Received: from dhapc248.dev.necel.com ([10.114.112.215] [10.114.112.215]) by relay31.aps.necel.com with ESMTP; Mon, 18 Feb 2008 17:57:32 +0900 Original-Received: by dhapc248.dev.necel.com (Postfix, from userid 31295) id E679F41A; Mon, 18 Feb 2008 17:57:31 +0900 (JST) System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <87ejba3b1j.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Mon, 18 Feb 2008 09:48:24 +0100") Original-Lines: 24 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:89453 Archived-At: Thien-Thi Nguyen writes: > Is there a way to force vc-directory to not show "(ignored)" > entries? > > I don't see "(ignored)" entries, even w/ fresh-built "emacs -Q". Do you have any junk files around in that directory, which match your git ignore specs? If I just do M-x vc-directory RET in a git directory, I see stuff like: -rw-rw---- (ignored) 2007-07-31 15:16 +foo -rw-rw---- (ignored) 2008-01-10 15:07 ,1 -rw-rw---- (ignored) 2008-01-10 15:19 ,2 -rw-rw---- (ignored) 2008-01-10 15:32 ,3 ... etc ... [Some of the ignored stuff should be matched by my "user" gitignore file (git config core.excludesfile), and some of it should be matched by the .gitignore file in that directory.] -Miles -- Is it true that nothing can be known? If so how do we know this? -Woody Allen