-
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
counsel-find-file has counsel-find-file-ignore-regexp but emacs has a built in completion-ignored-extensions
Original value was
(".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".svn/" ".hg/" ".git/" ".bzr/" "CVS/" "_darcs/" "_MTN/" ".fmt" ".tfm" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".dfsl" ".pfsl" ".d64fsl" ".p64fsl" ".lx64fsl" ".lx32fsl" ".dx64fsl" ".dx32fsl" ".fx64fsl" ".fx32fsl" ".sx64fsl" ".sx32fsl" ".wx64fsl" ".wx32fsl" ".fasl" ".ufsl" ".fsl" ".dxl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo")
Documentation:
Completion ignores file names ending in any string in this list.
It does not ignore them if all possible completions end in one of
these strings or when displaying a list of completions.
It ignores directory names if they match any string in this list which
ends in a slash.
Language packages will add the appropriate object file extensions to this, eg https://github.com/ocaml/tuareg/blob/master/tuareg.el#L2412-L2416
It would be nice if counsel respected this ignore list, probably with a toggle akin to ido-ignore-extensions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels