I install modules using composer.phar.
This creates symlinks files in publichtml/app/code/community (for example) with a target to vendor/themodule....
In my .gitignore I excluded the vendor directory - but the links would of course still end up in the git.
Is there an easy way to automically exclude those links? (other than adding everything manually to the .gitignore)
I have to say that I have some require-dev modules which should not end up on the final server - so having those links there would be at least not so nice.