On Fri, Nov 6, 2009 at 16:13, bhauff <[email protected]> wrote: > > Hello,
Hello, > I have been testing the nbgit v0.3 plugin in Netbeans 6.7 on Windows > with all patches applied. I am having difficulty with the .gitignore > support. If these are know issues then please disregard. When > removing entries from the .gitignore I only see in the git status > report that .gitignore was changed. There is no indication that there > are now untracked files, as you see from the command line with git. > Even restarting Netbeans does not cause these untracked files to show > up. I can add a new file to my project, run git status and see it as > new. I can then add that file to .gitignore, and it disappears from > git status. If I clear out that file from .gitignore is does not show > back up as a new file. It could be related with how nbgit status scan results are cached on disk and causes this stale information to be displayed. Can you try to delete .netbeans/6.7/var/cache/gitcache/ and see if this fixes it? -- Jonas Fonseca --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nbgit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nbgit?hl=en -~----------~----~----~----~------~----~------~--~---
