diff mbox

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

Message ID 1334223234-23383-4-git-send-email-timo@exertus.fi
State Accepted
Commit 5941a61a7c40766a38dec5c10c18d8f8b1814441
Delegated to: Stefano Babic
Headers show

Commit Message

Timo Ketola April 12, 2012, 9:33 a.m. UTC
Signed-off-by: Timo Ketola <timo@exertus.fi>
---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Stefano Babic April 12, 2012, 11:13 a.m. UTC | #1
On 12/04/2012 11:33, Timo Ketola wrote:
> Signed-off-by: Timo Ketola <timo@exertus.fi>
> ---

Hi Timo,

> +/u-boot.geany

What is this ? I do not find any occurency in u-boot tree.

Best regards,
Stefano Babic
Timo Ketola April 12, 2012, 11:24 a.m. UTC | #2
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
Stefano Babic April 12, 2012, noon UTC | #3
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, do not worry. I wondered what it could be.

Can be helpful for you to define your global .gitignore file for your
own setup ?

You could add a ~/.gitignore with:

/build-*
/uboot.gean

and then in u-boot tree you can issue the command:

$ git config --global core.excludesfile ~/.gitignore

Then all files defined in your global setting are excluded.

Best regards,
Stefano Babic
Timo Ketola April 12, 2012, 12:04 p.m. UTC | #4
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
Wolfgang Denk Aug. 9, 2012, 8:26 p.m. UTC | #5
Dear "Timo Ketola",

In message <1334223234-23383-4-git-send-email-timo@exertus.fi> you wrote:
> Signed-off-by: Timo Ketola <timo@exertus.fi>
> ---
>  .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
>  #
> @@ -38,6 +41,7 @@
>  /u-boot.ais
>  /u-boot.dtb
>  /u-boot.sb
> +/u-boot.geany

What the heck is  u-boot.geany  ?  I cannot see anything like this in
mainline.

Best regards,

Wolfgang Denk
Timo Ketola Aug. 13, 2012, 5:43 a.m. UTC | #6
On 09.08.2012 23:26, Wolfgang Denk wrote:
> Dear "Timo Ketola",
> 
> In message <1334223234-23383-4-git-send-email-timo@exertus.fi> you wrote:
>> Signed-off-by: Timo Ketola <timo@exertus.fi>
>> ---
>>  .gitignore |    4 ++++
>>  1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/.gitignore b/.gitignore
...
>> +/u-boot.geany
> 
> What the heck is  u-boot.geany  ?  I cannot see anything like this in
> mainline.

It is the control file of my IDE (Geany). This patch was dropped long
time ago.

--

Timo
diff mbox

Patch

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
 #
@@ -38,6 +41,7 @@ 
 /u-boot.ais
 /u-boot.dtb
 /u-boot.sb
+/u-boot.geany
 
 #
 # Generated files