From 080f24b92688243173a2a627de735c42ea78d9f9 Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Sun, 10 May 2009 02:38:57 +0200 Subject: [PATCH] Add .gitignore to .hgignore We're all ignoring one another, pretending the other doesn't exist at all, how rude! --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index bbf2debc..1c98dcef 100644 --- a/.hgignore +++ b/.hgignore @@ -12,3 +12,4 @@ tests/coverageResults *,cover tests/.coverage *.git +.gitignore -- 2.11.4.GIT