From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Mon, 21 Jan 2008 09:54:45 -0600 Subject: [U-Boot-Users] [PATCH] Add *~ to .gitignore In-Reply-To: <12009303603639-git-send-email-niklaus.giger@netstal.com> References: <12009303603639-git-send-email-niklaus.giger@netstal.com> Message-ID: <4794C045.1080001@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Niklaus Giger wrote: > One should never add a backup file ending in with ~ to the git repository. > > Signed-off-by: Niklaus Giger > --- > .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