git clean -Xdf will clear all files that git ignores (from the .gitignore file).
But that's not your problem here. It has something to do with your ssh password, I think (hence the gnome-keyring problem). Aaron Meurer On Wed, Apr 25, 2012 at 12:30 PM, Kjetil brinchmann Halvorsen <[email protected]> wrote: > seeĀ below. > > On Wed, Apr 25, 2012 at 13:26, Joachim Durchholz <[email protected]> wrote: >> >> It's seeing all these .c and .so files it knows nothing about, and doesn't >> know whether to delete them (so your "master" branch is indeed a truthful >> copy of origin) or integrate them (require a merge). >> >> You probably wanted to add these files to your work branch. Or somewhere >> entirely else. > > > All those .c and .so files are files made by "make" . So far I have not > added anything myself. > So I need to do "make clean" (orwhatever that is called in git) before I can > fetch? > > Kjetil > >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" 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/sympy?hl=en. >> > > > > -- > "If you want a picture of the future - imagine a boot stamping on the human > face - forever." > > George Orwell (1984) > > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
