Como evitar alguns arquivos ao fazer uma lista

ls -ltr * | grep -v txt | grep -v dat
something like
use grep -v to avoid
Hutch Polecat