Ignore specific Tables, Views, Procedures, Etc.
I am doing a comparison/synchronization between a client's database and my local server. There are specific tables, views, procedures, etc. that are ONLY used on their servers, reference other servers/databases in their environment, etc, that I don't have nor need on my local server. So, I would like to build a list of these objects to ignore during the comparison. I'm constantly having to go through the list of objects and un-selecting the objects that I don't want to include in building the synchronization script.
Is there a way to permanently exclude these items from the comparison?