Re: [Etherboot-developers] files that CVS may ignore
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-04-24 23:59:03
|
Gee...@xs... (Geert Stappers) writes: > On Sun, Apr 20, 2003 at 01:28:24PM +0200, Geert Stappers wrote: > > Hello, > > > > On a `cvs update` you will get a lot of warnings > > of unregistered files in the src/bin/ directory > > > > The avoid all the outputlines that start with '? src/bin/', > > I made a cvs ignore file. IMHO it should go into CVS. > > > > Could someone do > > > > echo "*.rom > > *.bin > > *.img > > *.zimg > > *.fi > *.dsk > > > *.zfi > *.zdsk > > > nrv2b" > src/bin/.cvsignore > > So after "the eye opener" it should be > > echo "*.rom > *.bin > *.img > *.zimg > *.dsk > *.zdsk > nrv2b" > src/bin/.cvsignore Can't we just ignore the entire bin directory? Everything in it is auto-generated. Eric |