From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add *~ to .gitignore
Date: Mon, 21 Jan 2008 09:54:45 -0600 [thread overview]
Message-ID: <4794C045.1080001@freescale.com> (raw)
In-Reply-To: <12009303603639-git-send-email-niklaus.giger@netstal.com>
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
next prev parent reply other threads:[~2008-01-21 15:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 15:46 [U-Boot-Users] [PATCH] Add *~ to .gitignore Niklaus Giger
2008-01-21 15:54 ` Jon Loeliger [this message]
2008-01-21 16:01 ` Jerry Van Baren
2008-02-13 23:54 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4794C045.1080001@freescale.com \
--to=jdl@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.