Re: [Etherboot-developers] files that CVS may ignore
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <Gee...@xs...> - 2003-04-20 11:42:03
|
On Sun, Apr 20, 2003 at 01:28:24PM +0200, Geert Stappers wrote: > Hello, >=20 > On a `cvs update` you will get a lot of warnings > of unregistered files in the src/bin/ directory >=20 > The avoid all the outputlines that start with '? src/bin/', > I made a cvs ignore file. IMHO it should go into CVS. >=20 > Could someone do >=20 > 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 >=20 > and commit it into the repository? >=20 >=20 Geert Stappers |