summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-13 00:45:17 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-13 00:45:17 +0000
commit658df294dd789ffb71f4072f456a6bd6b565e93c (patch)
tree3b40f7b77cd5b365e1d0feb0d7ec3717e6885c6f
parentca043789fd746311574e293783099dc16930dcb2 (diff)
downloadredmine-658df294dd789ffb71f4072f456a6bd6b565e93c.tar.gz
redmine-658df294dd789ffb71f4072f456a6bd6b565e93c.zip
Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore (#30413).
git-svn-id: http://svn.redmine.org/redmine/trunk@17791 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e19e36c2d..0c34fc623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
/.loadpath
/.powrc
/.rvmrc
+/.ruby-version
/config/additional_environment.rb
/config/configuration.yml
/config/database.yml
diff --git a/.hgignore b/.hgignore
index e1e895da3..386a21383 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,6 +5,7 @@ syntax: glob
.loadpath
.powrc
.rvmrc
+.ruby-version
config/additional_environment.rb
config/configuration.yml
config/database.yml