From 927a6b045e74ea15918aec6389d8e8411d54a4c0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA 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/ -- 2.39.5