Graham
antonosuke *.* = only show files that have an extension (also takes care of the 'index')
a*.* = only show files that start with 'a' and also have an extension (also takes care of the 'index')
*.png = only show files that have a .png extension (also takes care of the 'index')