From f456ac23502652a3d5526a92c1dc250bc73420b3 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 10 Jan 2013 10:39:43 +0100 Subject: [PATCH] ignore /.deploy used by git-deploy git-deploy writes a status file at the root of the working copy. We want to always ignore it. Change-Id: I4dbbce669ba4d194c3ce5568733bd27db51fd40e --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a47a454f77..004ecf4f4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Repository management .svn +# git-deploy status file: +/.deploy + # Editors *.kate-swp *~ -- 2.20.1