Cómo evitar algunos archivos cuando hace una lista

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