diff lisp/progmodes/grep.el @ 76455:dac34bd10d88

(grep-find-ignored-directories): Add .git and .bzr to list.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 11 Mar 2007 17:44:40 +0000
parents 9ba96fd63815
children e1190fd4a1f2 8c2ef9d5d4a8
line wrap: on
line diff
--- a/lisp/progmodes/grep.el	Sun Mar 11 10:45:00 2007 +0000
+++ b/lisp/progmodes/grep.el	Sun Mar 11 17:44:40 2007 +0000
@@ -157,7 +157,8 @@
   :type 'alist
   :group 'grep)
 
-(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs")
+(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs"
+					   ".git" ".bzr")
   "*List of names of sub-directories which `rgrep' shall not recurse into."
   :type '(repeat string)
   :group 'grep)