I\'m using msysgit and have a project tree that contains many bin/ folders in the tree. Using the .gitignore file in the root of the project I need to ignore all .dll files
I just have /bin in my file and it seems to work. It ignore the whole folder (as opposed to specific files in it)
/bin
Here are the complete contents as of now (still evolving).
.svn* obj/ bin/ *.suo *.user Log/ log/ *.db