Can CVS cvswrappers be set up to treat all files as binary except for a few whitelisted extension?
Usually cvswrappers is used the other way around, ie. list all extensions which want to have keyword expansion -kb:
*.exe -k 'b'
But I need it the other way, so everything will be added/committed with -kb but everything else in the list is not.