Wednesday, October 25, 2006

subversion and gse-locate.el

Updated this chunk in gse-locate.el:

(defvar gse-locate-regexp-list
(list "\\.elc"
"\\.class"
"/CVS"
"/target/classes"
"#"
"~"
".cvsignore"
"/\.svn/"
)
"A list of regular expressions that match \"uninteresting\" filenames.
These will be stripped from the locate list before it is displayed.")

No comments: