ignore /.deploy used by git-deploy
authorAntoine Musso <hashar@free.fr>
Thu, 10 Jan 2013 09:39:43 +0000 (10:39 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 10 Jan 2013 15:15:43 +0000 (15:15 +0000)
git-deploy writes a status file at the root of the working copy. We want
to always ignore it.

Change-Id: I4dbbce669ba4d194c3ce5568733bd27db51fd40e

.gitignore

index a47a454..004ecf4 100644 (file)
@@ -1,6 +1,9 @@
 # Repository management
 .svn
 
+# git-deploy status file:
+/.deploy
+
 # Editors
 *.kate-swp
 *~