mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(file-cache-filter-regexps): Added .class.
This commit is contained in:
parent
7d08135584
commit
0a162908c8
@ -152,7 +152,7 @@
|
||||
;; 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'
|
||||
|
Loading…
Reference in New Issue
Block a user