From: Toshi MARUYAMA Date: Mon, 28 Mar 2011 04:54:13 +0000 (+0000) Subject: add .svn/ and .git/ to .hgignore. X-Git-Tag: 1.2.0~610 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=927a6b045e74ea15918aec6389d8e8411d54a4c0;p=redmine.git 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 --- 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/