In a web.xml url-pattern matcher is there a way to exclude URLs?

I wrote a filter that needs to be invoked every time a url on my site is accessed EXCEPT the CSS, JS, and IMAGE files. So in my definition I'd like to have something like: <filter-mapping>...