From: Niklaus Giger Date: Mon, 21 Jan 2008 15:46:00 +0000 (+0100) Subject: Add *~ to .gitignore X-Git-Tag: v1.3.2-rc1~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c9d42e6b0b83d507335a291e3ea99240038f4b9;p=u-boot Add *~ to .gitignore One should never add a backup file ending in with ~ to the git repository. Signed-off-by: Niklaus Giger --- diff --git a/.gitignore b/.gitignore index cda275ec73..37f2c1dcd9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.orig *.a *.o +*~ # # Top-level generic files