From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: find-grep-dired: skip .git Date: Thu, 17 Apr 2014 18:00:34 +0300 Message-ID: <83a9bkhugd.fsf@gnu.org> References: <87vbu81733.fsf@physik.rwth-aachen.de> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1397746871 23678 80.91.229.3 (17 Apr 2014 15:01:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2014 15:01:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 17:01:05 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WanoE-0004Uy-V4 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 17:01:03 +0200 Original-Received: from localhost ([::1]:33110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WanoE-0006Md-LR for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 11:01:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wanni-0006Ff-4G for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:00:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wannb-000590-Ux for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:00:29 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:36734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wannb-00058h-KZ for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 11:00:23 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N4600M00K03XH00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 18:00:22 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N4600M7NKCKFX60@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 18:00:20 +0300 (IDT) In-reply-to: <87vbu81733.fsf@physik.rwth-aachen.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97172 Archived-At: > From: Torsten Bronger > Date: Thu, 17 Apr 2014 14:19:44 +0200 > > I think my find-grep-dired actions lose a lot of time in .git > subdirs. Can I tell Emacs somehow to skip them always? >From "grep --help": --exclude-dir=PATTERN directories that match PATTERN will be skipped.