On 07:51 Wed 12 Dec , Brian Paul wrote: > Michel Dänzer wrote: > > On Tue, 2007-12-11 at 13:50 -0700, Brian Paul wrote: > >> Ian Romanick wrote: > >>> Ian Romanick wrote: > >>>> This patch ports the existing Gallium Cell code to use libspe2 instead > >>>> of libspe. libspe is deprecated in SDK 2.1 and is removed from SDK 3.0. > >>>> If there are no NAKs, I'll commit this code later today. > >>> I tried to build this patch with the gallium commits since last night, > >>> and it seems that main.h is missing. PLEASE be careful when adding > >>> source files! git-status after every commit is your friend. :) Thanks. > >> Sorry. Fixed. > >> > >> I actually do use git-status a lot, but it lists so many untracked files > >> that I tend to ignore them. > > > > Sounds like .gitignore should be tweaked. :) > > It's not just that. I tend to accumulate a lot of test programs, > patches, backup .c files, etc. in my local tree. git-status|wc says > ~279 ATM.
If you name those files with consistent patterns (say, *.diff, *.patch, *.c~, *.bak), .gitignore ought to be able to take care of that. If there were a better .gitignore file, it would benefit everyone. Perhaps you could post some of your output to help in generating useful ignore patterns. Thanks, Donnie ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
