Re: [Etherboot-developers] Inconsistence on CVS tree
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2001-12-19 21:28:19
|
>When you use the same CVS tree downloaded to compile, you have to inform >what files is automatic generated by your source on compile time and >have to be ignored by CVS update. This files will not be syncronized >with CVS. > >This is an .cvsignore example for src/bin32/.cvsignore >*.o >*.rom >*.lzrom >*.tmp >*.huf Ok. I guess I never used one because I always do a make clean before doing a commit. |