Skip to content

Commit

Permalink
* .document: Removed extra space
Browse files Browse the repository at this point in the history
* lib/irb/lc/.document:  Hide help-message
* lib/minitest/.document:  Hide README.txt
* lib/rake/lib/.document:  Hide project.rake
* lib/rdoc/generator/template/json_index/.document:  Hide JavaScript
  files
* lib/rubygems/ssl_certs/.document:  Hide PEM files.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
drbrain committed Jan 16, 2013
1 parent a06f22f commit 247d51a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .document
Expand Up @@ -10,12 +10,9 @@
prelude.rb

# the lib/ directory (which has its own .document file)

lib


# and some of the ext/ directory (which has its own .document file)

ext

# rdoc files
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
Wed Jan 16 09:35:53 2013 Eric Hodel <drbrain@segment7.net>

* .document: Removed extra space
* lib/irb/lc/.document: Hide help-message
* lib/minitest/.document: Hide README.txt
* lib/rake/lib/.document: Hide project.rake
* lib/rdoc/generator/template/json_index/.document: Hide JavaScript
files
* lib/rubygems/ssl_certs/.document: Hide PEM files.

Wed Jan 16 03:54:28 2013 Eric Hodel <drbrain@segment7.net>

* doc/syntax/control_expressions.rdoc: Omit optional "then" for if and
Expand Down
4 changes: 4 additions & 0 deletions lib/irb/lc/.document
@@ -0,0 +1,4 @@
# hide help-message files which contain usage information
error.rb
ja/encoding_aliases.rb
ja/error.rb
2 changes: 2 additions & 0 deletions lib/minitest/.document
@@ -0,0 +1,2 @@
# Ignore README.txt, it is included in the minitest documentation.
*.rb
1 change: 1 addition & 0 deletions lib/rake/lib/.document
@@ -0,0 +1 @@
# Ignore project.rake
1 change: 1 addition & 0 deletions lib/rdoc/generator/template/json_index/.document
@@ -0,0 +1 @@
# ignore all files in this directory
1 change: 1 addition & 0 deletions lib/rubygems/ssl_certs/.document
@@ -0,0 +1 @@
# Ignore all files in this directory

0 comments on commit 247d51a

Please sign in to comment.