In emacs, when im typing the begining of a file name, and then press tab for autocompletion, here's what i get :
Possible completions are:
dummy.cmi dummy.cmx
dummy.ml dummy.o
I want emacs to ignore object files (.o, .cmx, .cmi) and directly complete with dummy.ml
Is there a way to specify that behaviour in emacs ? some sort .emacsignore mechanism like in git?