:cdo buffer cleanup

I use a buffers-as-tabs setup so when i do a :cdo search and replace it can pollute the buffer tabs with all the files that got touched.

is there a simple way to either do a post cleanup of these or make sure they never make it to the buffer tab line?

:cdo s/foob/bar/ge | update | bd something along those lines might work.