Re: [Tinyx-devel] [PATCH] BUILD: adding .gitignore to avoid compiled objects being tracked by git.
Status: Planning
Brought to you by:
davidcohen
|
From: David C. <da...@gm...> - 2008-01-12 16:26:39
|
Pushing it. Br, David On Jan 10, 2008 11:17 PM, David Cohen <da...@gm...> wrote: > This patch allow to define classes of files to not be tracked by git. > > Signed-off-by: David Cohen <da...@gm...> > --- > .gitignore | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > create mode 100644 .gitignore > > diff --git a/.gitignore b/.gitignore > new file mode 100644 > index 0000000..168d6bf > --- /dev/null > +++ b/.gitignore > @@ -0,0 +1,4 @@ > +# Compiled objects > +*.o > +*.elf > +*.hex > -- > 1.5.3.7 > > -- David Cohen Instituto Nokia de Tecnologia - INdT Manaus - Brazil |