Exclude list of specific files in wget

Wget has a --reject rejlist option you can use. The rejection list is a list of filename patterns.

it also has a -nc option to avoid downloading and overwriting existing files.