Is this for navigation? If so, uncheck the "Show in navigation" checkbox on the home page's navigation tab, then in your repeater set the where clause to
DocumentMenuItemHideInNavigation = 0
Which will then include all the pages with that checkbox checked.
You could also set in your where clause
NodeAliasPath NOT LIKE '/Home%'