1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(completion-ignored-extensions): Add file extensions

of Python byte-compiled files.
This commit is contained in:
Eli Zaretskii 2004-06-12 10:16:10 +00:00
parent a1bcf785a0
commit 7c226e4010
2 changed files with 8 additions and 1 deletions

View file

@ -524,7 +524,9 @@ is okay. See `mode-line-format'.")
;; files you do want to see, not just TeX stuff. -- fx
".toc" ".aux"
".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
;; Python byte-compiled
".pyc" ".pyo")))
;; Suffixes used for executables.
(setq exec-suffixes