Re: [Tinyx-devel] [PATCH] BUILD: add tags/TAGS file + asm and asm-*/arch to gitignore.
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2008-01-19 00:49:23
|
Pushing it. Br, David On Jan 17, 2008 2:56 PM, Felipe Balbi <me...@fe...> wrote: > On Thu, Jan 17, 2008 at 02:45:53PM -0400, David Cohen wrote: > > This patch adds tags/TAGS file + asm and asm-*/arch to not be tracked by git. > > > > Signed-off-by: David Cohen <da...@gm...> > > Acked-by: Felipe Balbi <me...@fe...> > > > --- > > .gitignore | 4 ++++ > > include/.gitignore | 4 ++++ > > 2 files changed, 8 insertions(+), 0 deletions(-) > > create mode 100644 include/.gitignore > > > > diff --git a/.gitignore b/.gitignore > > index e56a517..810f986 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -7,3 +7,7 @@ > > *.patch > > *.diff > > > > +# tags file > > +tags > > +TAGS > > + > > diff --git a/include/.gitignore b/include/.gitignore > > new file mode 100644 > > index 0000000..0819ff5 > > --- /dev/null > > +++ b/include/.gitignore > > @@ -0,0 +1,4 @@ > > +# linked dirs > > +asm > > +asm-*/arch > > + > > -- > > 1.5.3.5 > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Tinyx-devel mailing list > > Tin...@li... > > https://lists.sourceforge.net/lists/listinfo/tinyx-devel > > -- > Best Regards, > > Felipe Balbi > me...@fe... > http://blog.felipebalbi.com > -- David Cohen Instituto Nokia de Tecnologia - INdT Manaus - Brazil |