Community
Participate
Working Groups
Hi, I am using info/exclude in .git to hide files that should not be tracked by git and this is working fine with git command line version. However with egit and jgit it looks like the exclude file is not read and I see all the files listed in unstaged changes in staging view. I do see this code in WorkingTreeIterator but looks like the control does not hit this place. >> File exclude = fs.resolve(repository.getDirectory(), "info/exclude"); loadRulesFromFile(r, exclude); >> Can you please checkout this issue Thanks Srini
Fixed the title of this bug to reveal the issue also in the overview list. Which EGit version are you using ?
(In reply to comment #1) > Fixed the title of this bug to reveal the issue also in the overview list. > > Which EGit version are you using ? Eclipse EGit 1.1.0.201109151100-r org.eclipse.egit.feature.group Eclipse EGit Eclipse JGit 1.1.0.201109151100-r org.eclipse.jgit.feature.group Eclipse JGit
Do you still see the issue in EGit 1.2? If so, what is the name of the file and what is the exclude rule you have for it?
Nope, With 1.2 the exclude rule works fine. thanks
Thanks for checking, marking as WORKSFORME