When I type 

    unzip <tab>

I get a list of all files ending in `.zip`, which is the standard behavior of tab completion for the `unzip` command. 

However, I also want bash completion for `unzip` list files which end in `.udp`, in addition to `.zip` files. How can I achieve this behavior in my local `.bashrc`?