fix(dired): hide flycheck temp files

This commit is contained in:
StrawberryTea 2024-03-05 00:11:19 -06:00 committed by GitHub
parent 2b2901593e
commit c03113906a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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\\'"