Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-08-12 Thread Timo Ketola
On 09.08.2012 23:26, Wolfgang Denk wrote: > Dear "Timo Ketola", > > In message <1334223234-23383-4-git-send-email-t...@exertus.fi> you wrote: >> Signed-off-by: Timo Ketola >> --- >> .gitignore |4 >> 1 files changed, 4 insertions(+), 0 deletions(-) >> >> diff --git a/.gitignore b/.gitig

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-08-09 Thread Wolfgang Denk
Dear "Timo Ketola", In message <1334223234-23383-4-git-send-email-t...@exertus.fi> you wrote: > Signed-off-by: Timo Ketola > --- > .gitignore |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index e4e95e2..3f5eaa7 100644 > --- a/.gitigno

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-04-12 Thread Timo Ketola
On 12.04.2012 15:00, Stefano Babic wrote: Can be helpful for you to define your global .gitignore ... OK, thanks for that tip! -- Timo ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-04-12 Thread Stefano Babic
On 12/04/2012 13:24, Timo Ketola wrote: > On 12.04.2012 14:13, Stefano Babic wrote: >>> +/u-boot.geany >> >> What is this ? I do not find any occurency in u-boot tree. > > It is my IDE control file. I didn't want to publish this patch at all > but I have still a lot of learning about git. Ah, ok,

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-04-12 Thread Timo Ketola
On 12.04.2012 14:13, Stefano Babic wrote: +/u-boot.geany What is this ? I do not find any occurency in u-boot tree. It is my IDE control file. I didn't want to publish this patch at all but I have still a lot of learning about git. -- Timo ___ U

Re: [U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-04-12 Thread Stefano Babic
On 12/04/2012 11:33, Timo Ketola wrote: > Signed-off-by: Timo Ketola > --- Hi Timo, > +/u-boot.geany What is this ? I do not find any occurency in u-boot tree. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [PATCH 3/8] Build: Ignore build tree and IDE control file

2012-04-12 Thread Timo Ketola
Signed-off-by: Timo Ketola --- .gitignore |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e4e95e2..3f5eaa7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ *.patch *.bin +# Build tree +/build-* + # # Top-level generic files