]> git.eshelyaron.com Git - emacs.git/commitdiff
(file-cache-filter-regexps): Added .class.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Feb 1999 18:16:13 +0000 (18:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Feb 1999 18:16:13 +0000 (18:16 +0000)
lisp/filecache.el

index a580ee67ba1cea6e600fd204b128643024a63720..a689e994ae1458d7d36d5b0aeb235aca5e4866ce 100644 (file)
 ;; User-modifiable variables
 (defcustom file-cache-filter-regexps 
   (list "~$" "\\.o$" "\\.exe$" "\\.a$" "\\.elc$" ",v$" "\\.output$" 
-       "\\.$" "#$")
+       "\\.$" "#$" "\\.class$")
   "*List of regular expressions used as filters by the file cache.
 File names which match these expressions will not be added to the cache.
 Note that the functions `file-cache-add-file' and `file-cache-add-file-list'