diff options
-rw-r--r-- | emms-source-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-source-file.el b/emms-source-file.el index 7ccc0c8..b261746 100644 --- a/emms-source-file.el +++ b/emms-source-file.el @@ -70,7 +70,7 @@ find, but it's faster." :group 'emms-source-file) (defcustom emms-source-file-exclude-regexp - (concat "\\`\\(.*\\.?#.*\\|.*,v\\|.*~\\|\\.\\.?\\|,.*\\)\\'\\|" + (concat "\\`\\(#.*#\\|.*,v\\|.*~\\|\\.\\.?\\|\\.#.*\\|,.*\\)\\'\\|" "/\\(CVS\\|RCS\\|\\.arch-ids\\|{arch}\\|,.*\\|\\.svn\\|" "_darcs\\)\\(/\\|\\'\\)") "A regexp matching files to be ignored when adding directories. |