From 2d5095d73e08878736e39c7a627cc35cfc7ab669 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 4 Nov 2009 13:01:49 +0100 Subject: [PATCH] Update gitignore rules Signed-off-by: Iustin Pop Reviewed-by: Olivier Tharan --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ca6b4b3..a831bc1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # global ignores *.py[co] *.swp +*~ # / /Makefile @@ -48,6 +49,7 @@ /doc/examples/bash_completion /doc/examples/ganeti.cron /doc/examples/ganeti.initd +/doc/examples/gnt-config-backup /doc/examples/hooks/ipsec # lib -- 1.7.10.4