I have looked, searched, and read documentation and can\'t really find anything about this.
Basically, I want to be able to do this:
git reset -- *.exe <
At least in the case of subfolders/subfiles, there is no need for a wildcard.
git add .
...adds the current directory (.) and everything under it. The same goes for...
git add files/
...which would add ./files, ./files/foo.txt, and ./files/foo/bar.txt.
./files
./files/foo.txt
./files/foo/bar.txt