From 556ae0f2cd2b4991854fda32e72b926621415d53 Mon Sep 17 00:00:00 2001
From: Toshi MARUYAMA <marutosijp2@yahoo.co.jp>
Date: Mon, 28 Mar 2011 04:54:13 +0000
Subject: [PATCH] add .svn/ and .git/ to .hgignore.

"hg addremove" adds .svn/ and .git/ if .hgignore does not have these.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5235 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 .hgignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.hgignore b/.hgignore
index da3ed816f..e407dd694 100644
--- a/.hgignore
+++ b/.hgignore
@@ -25,3 +25,5 @@ tmp/sockets/*
 tmp/test/*
 vendor/rails
 *.rbc
+.svn/
+.git/
-- 
GitLab