[U-Boot-Users] [PATCH] Add *~ to .gitignore

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

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

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 ;-)

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
participants (4)
-
Jerry Van Baren
-
Jon Loeliger
-
Niklaus Giger
-
Wolfgang Denk