OSDN Git Service

add .svn/ and .git/ to .hgignore.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 28 Mar 2011 04:54:13 +0000 (04:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 28 Mar 2011 04:54:13 +0000 (04:54 +0000)
"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

index da3ed81..e407dd6 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -25,3 +25,5 @@ tmp/sockets/*
 tmp/test/*
 vendor/rails
 *.rbc
+.svn/
+.git/