File tree 7 files changed +19
-3
lines changed
rdoc/generator/template/json_index
7 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 10
10
prelude.rb
11
11
12
12
# the lib/ directory (which has its own .document file)
13
-
14
13
lib
15
14
16
-
17
15
# and some of the ext/ directory (which has its own .document file)
18
-
19
16
ext
20
17
21
18
# rdoc files
Original file line number Diff line number Diff line change
1
+ Wed Jan 16 09:35:53 2013 Eric Hodel <drbrain@segment7.net>
2
+
3
+ * .document: Removed extra space
4
+ * lib/irb/lc/.document: Hide help-message
5
+ * lib/minitest/.document: Hide README.txt
6
+ * lib/rake/lib/.document: Hide project.rake
7
+ * lib/rdoc/generator/template/json_index/.document: Hide JavaScript
8
+ files
9
+ * lib/rubygems/ssl_certs/.document: Hide PEM files.
10
+
1
11
Wed Jan 16 03:54:28 2013 Eric Hodel <drbrain@segment7.net>
2
12
3
13
* doc/syntax/control_expressions.rdoc: Omit optional "then" for if and
Original file line number Diff line number Diff line change
1
+ # hide help-message files which contain usage information
2
+ error.rb
3
+ ja/encoding_aliases.rb
4
+ ja/error.rb
Original file line number Diff line number Diff line change
1
+ # Ignore README.txt, it is included in the minitest documentation.
2
+ *.rb
Original file line number Diff line number Diff line change
1
+ # Ignore project.rake
Original file line number Diff line number Diff line change
1
+ # ignore all files in this directory
Original file line number Diff line number Diff line change
1
+ # Ignore all files in this directory
You can’t perform that action at this time.
0 commit comments