abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
143 stars 16 forks source link

project.el ignores #47

Closed donneyluck closed 1 year ago

donneyluck commented 1 year ago

hi @abougouffa I see you are using project.el built-in how to ignore *.png or other file

donneyluck commented 1 year ago

(setq project-ignores '("*.log" "build/")) form chatgpt gpt so cool

donneyluck commented 1 year ago

tested no effect

donneyluck commented 1 year ago

https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/project.el#L76