in .gitignore what is the difference between using
/bin
and
bin/
And how would I make it so that it removes a
The latter would match "xxx/bin" and "bin" in any other subdirectories.
Answer for your edit: *.ext would take care of all files in the repository ending w/ that ext.
*.ext