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
This commit is contained in:
Toshi MARUYAMA 2011-03-28 04:54:13 +00:00
parent e6a425dd72
commit 927a6b045e
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ tmp/sockets/*
tmp/test/*
vendor/rails
*.rbc
.svn/
.git/