特定の表現を除外する glob
globによるファイルの指定をする際、除外したい要素を指定する方法
!(expression) のように書く
code:glob
directory/file_infix(!.vhd)
参考
https://anton0825.hatenablog.com/entry/2015/07/02/000000