aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-01 13:15:15 +0200
committerXavier Noria <fxn@hashref.com>2011-05-01 13:15:15 +0200
commite68b7a001de0959fcfb90b9d8c82b6b0bc1ccfb6 (patch)
tree673efed109f9fd63a54bb7a22bb09eda838fc0ff /.gitignore
parent2fbf302149cf40c791ca1207a5f984cf58903397 (diff)
downloadrails-e68b7a001de0959fcfb90b9d8c82b6b0bc1ccfb6.tar.gz
rails-e68b7a001de0959fcfb90b9d8c82b6b0bc1ccfb6.tar.bz2
rails-e68b7a001de0959fcfb90b9d8c82b6b0bc1ccfb6.zip
(temporary hack) generate a main file for RDoc escaping "Rails"
RDoc autolinks the word "Rails" to the doc page for the Rails module. But README.rdoc is displayed in the home page at GitHub and the slashes are visible there, which is weird. We leave by now the slashes off in the file, and generate a second file for the API with them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8daa1e4dcd..be764143aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ railties/doc
railties/guides/output
railties/tmp
.rvmrc
+RDOC_MAIN.rdoc \ No newline at end of file