* [U-Boot-Users] [PATCH] Add *~ to .gitignore
@ 2008-01-21 15:46 Niklaus Giger
2008-01-21 15:54 ` Jon Loeliger
2008-02-13 23:54 ` Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: Niklaus Giger @ 2008-01-21 15:46 UTC (permalink / raw)
To: u-boot
One should never add a backup file ending in with ~ to the git repository.
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index cda275e..37f2c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.orig
*.a
*.o
+*~
#
# Top-level generic files
--
1.5.2.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] Add *~ to .gitignore
2008-01-21 15:46 [U-Boot-Users] [PATCH] Add *~ to .gitignore Niklaus Giger
@ 2008-01-21 15:54 ` Jon Loeliger
2008-01-21 16:01 ` Jerry Van Baren
2008-02-13 23:54 ` Wolfgang Denk
1 sibling, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2008-01-21 15:54 UTC (permalink / raw)
To: u-boot
Niklaus Giger wrote:
> One should never add a backup file ending in with ~ to the git repository.
>
> Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
> ---
> .gitignore | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index cda275e..37f2c1d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -10,6 +10,7 @@
> *.orig
> *.a
> *.o
> +*~
>
> #
> # Top-level generic files
Suh-weet-by: Jon Loeliger <jdl@freescale.com>
:-)
jdl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] Add *~ to .gitignore
2008-01-21 15:54 ` Jon Loeliger
@ 2008-01-21 16:01 ` Jerry Van Baren
0 siblings, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2008-01-21 16:01 UTC (permalink / raw)
To: u-boot
Jon Loeliger wrote:
> Niklaus Giger wrote:
>> One should never add a backup file ending in with ~ to the git repository.
>>
>> Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
>> ---
>> .gitignore | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/.gitignore b/.gitignore
>> index cda275e..37f2c1d 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -10,6 +10,7 @@
>> *.orig
>> *.a
>> *.o
>> +*~
>>
>> #
>> # Top-level generic files
>
> Suh-weet-by: Jon Loeliger <jdl@freescale.com>
>
> :-)
>
> jdl
OK, we've stopped talking Baptist on the list, but is talking Valley
really an improvement????
gvb ;-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] Add *~ to .gitignore
2008-01-21 15:46 [U-Boot-Users] [PATCH] Add *~ to .gitignore Niklaus Giger
2008-01-21 15:54 ` Jon Loeliger
@ 2008-02-13 23:54 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2008-02-13 23:54 UTC (permalink / raw)
To: u-boot
In message <12009303603639-git-send-email-niklaus.giger@netstal.com> you wrote:
> One should never add a backup file ending in with ~ to the git repository.
>
> Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Cogito cogito ergo cogito sum - "I think that I think, therefore I
think that I am." - Ambrose Bierce, "The Devil's Dictionary"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-13 23:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21 15:46 [U-Boot-Users] [PATCH] Add *~ to .gitignore Niklaus Giger
2008-01-21 15:54 ` Jon Loeliger
2008-01-21 16:01 ` Jerry Van Baren
2008-02-13 23:54 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox