Is there a way to have Eclipse (egit plugin) to respect the .gitignore file in the root of the the local repo? Eclipse seems to prefer a .gitignore in each project, I have multiple projects in the repo so it's somewhat cumbersome to manage multiple ignore files.
Thanks