+2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * progmodes/grep.el (grep-find-ignored-directories): Add .git and
+ .bzr to list.
+
2007-03-11 Andreas Schwab <schwab@suse.de>
* diff-mode.el (diff-apply-hunk): Use proper format string for
: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)