summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-28 04:54:13 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-28 04:54:13 +0000
commit927a6b045e74ea15918aec6389d8e8411d54a4c0 (patch)
treebad9f77a22d4cead22a7b287cb00b01458a78b80 /.hgignore
parente6a425dd728ad3fad35a7132212e9bf4166a6b08 (diff)
downloadredmine-927a6b045e74ea15918aec6389d8e8411d54a4c0.tar.gz
redmine-927a6b045e74ea15918aec6389d8e8411d54a4c0.zip
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
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
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/