From 0c9d42e6b0b83d507335a291e3ea99240038f4b9 Mon Sep 17 00:00:00 2001 From: Niklaus Giger Date: Mon, 21 Jan 2008 16:46:00 +0100 Subject: Add *~ to .gitignore One should never add a backup file ending in with ~ to the git repository. Signed-off-by: Niklaus Giger --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1