As you know, category.php is the default list for categories, I mean if I want to check all posts of a category, category.php handles it.
Also with tag.php, author.php, taxonomy.php them show all the posts depending of the criteria. So what name a have to use if I want to display all post of a custom post type?
post-type-name.php ? with a loop like category.php?