fix(dired): hide flycheck temp files
This commit is contained in:
parent
2b2901593e
commit
c03113906a
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ we have to clean it up ourselves."
|
|||
dired-omit-files
|
||||
(concat dired-omit-files
|
||||
"\\|^\\.DS_Store\\'"
|
||||
"\\|^flycheck_.*"
|
||||
"\\|^\\.project\\(?:ile\\)?\\'"
|
||||
"\\|^\\.\\(?:svn\\|git\\)\\'"
|
||||
"\\|^\\.ccls-cache\\'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue