[U-Boot] [PATCH] we don't went version control for .cmd files
Pavel Machek
pavel at denx.de
Mon Mar 24 10:29:56 CET 2014
Hi!
> > .cmd files should not be version-controlled.
> >
> > Signed-off-by: Pavel Machek <pavel at denx.de>
> >
> > diff --git a/.gitignore b/.gitignore
> > index a163728..77fb2c8 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -15,6 +15,7 @@
> > *.swp
> > *.patch
> > *.bin
> > +*.cmd
> >
> > # Build tree
> > /build-*
>
>
> Which files do you need this patch for?
> Could you give me an example, please?
My build leaves files such as
./common/.fdt_support.o.cmd
./common/.console.o.cmd
./common/.main.o.cmd
./common/.cmd_load.o.cmd
./common/.flash.o.cmd
./common/.env_flags.o.cmd
./common/.cmd_source.o.cmd
./common/.built-in.o.cmd
. Git usage would be slightly nicer if those were ignored. My u-boot
is based on v2013.01.01... hmm. I expected Altera to have slightly
newer version. That may explain stuff.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
More information about the U-Boot
mailing list