Sometimes, we have a very long file of utilities, we want to expose all functions except some names. It would be useful to have this to filter out some exposure. `fire.Fire(exclude_name_list = [ 'os', 'myfun1*', 'myfun2*'])`