diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-27 15:30:34 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-27 15:30:34 +0100 |
commit | e5180fa899164806e7d4aef324e58ea74e8c99b6 (patch) | |
tree | 10e2849dc3258fe1549af424168a9b19cbfc25b2 | |
parent | 4b7ffcb49f82749f7f76013e27caaa245267a311 (diff) |
Ignore any live ruby version files.
These are delegated to people's own development or deployment
environments. https://groups.google.com/forum/#!topic/alaveteli-dev/Irs1zJ-8Wkw
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .ruby-version.example (renamed from .ruby-version) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 99c1ba9ff..78a06c661 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ ._* .DS_Store .autotest +.ruby-version +.rbenv-version +.rvmrc *#*# TAGS /lib/themes diff --git a/.ruby-version b/.ruby-version.example index 7fa1d1ef4..7fa1d1ef4 100644 --- a/.ruby-version +++ b/.ruby-version.example |