I have a lot of projects in my .Net solution. I would like to exclude all \"bin/Debug\" and \"bin/Release\" folders (and their contents), but still include the \"bin\" folde
To ignore all subdirectories you can simply use:
**/
This works as of version 1.8.2 of git.