Update to RDoc 2.1.0 r112
[rbx.git] / .gitignore
blob5ac1e24535aa97cdb7f7aeef2ca079c6b093342c
1 !runtime/stable/loader.rbc
2 !spec/tags
3 *.a
4 *.bundle
5 *.dSYM
6 *.dylib
7 *.la
8 *.lo
9 *.o
10 *.rbc
11 *.so
12 *.swp
14 .*.d
15 .DS_Store
16 .\#*
17 .dotest
18 .gdb_history
19 .glimpse*
20 .hg
21 .hgignore
22 .libs
23 .load_order.txt
24 .spec/bm.yml
25 COMMIT
26 TAGS
27 \#*
28 autom4te.cache
29 code-cache
30 coverage
31 cscope.files
32 cscope.out
33 runtime/platform.conf
34 runtime/pristine*
35 scratch
36 shotgun/dev-tramp
37 shotgun/lib/*.d
38 shotgun/lib/*.d.*
39 shotgun/lib/subtend/*.d
40 shotgun/lib/subtend/*.d.*
41 spec/ruby
42 stamp-h1
43 stats
44 tags
45 tmp
46 tmtags
48 # rubygems related
49 !bin/mspec
50 !bin/mkspec
51 !bin/bm*
52 !bin/contributors*
53 lib/rbx
55 attic/externals/syd-parser/pkg
57 /doc/rdoc
59 gems/**/*.gem
61 kernel/.load_order.txt
62 kernel/core/dir_entry.rb
64 /lib/bin/*
65 lib/kernel.rb
66 lib/rbconfig.rb
68 # FFI extensions
69 /lib/etc.rb
70 /lib/fcntl.rb
71 /lib/openssl/digest.rb
72 /lib/syslog.rb
73 /lib/zlib.rb
75 native/sexp
76 native/translation
77 native/bytecode
78 native/.load_order.txt
80 # native/bytecode
81 native/bytecode/assembler.rb
82 native/bytecode/compiler.rbc
83 native/bytecode/primitive_names.rbc
84 native/bytecode/encoder.rb
85 native/bytecode/assembler.rbc
86 native/bytecode/encoder.rbc
87 native/bytecode/rubinius.rbc
88 native/bytecode/compiler.rb
89 native/bytecode/primitive_names.rb
90 native/bytecode/system_hints.rbc
92 shotgun/rubinius.bin
93 shotgun/config.h
94 shotgun/.libs
95 shotgun/config.mk
96 shotgun/config/*
97 !shotgun/config/*.c
98 shotgun/lib/librubinius.*
99 shotgun/lib/librubinius-*
101 shotgun/external_libs/cinvoke/Makefile
102 shotgun/external_libs/cinvoke/lib/Makefile
104 shotgun/external_libs/libedit/compat_conf.h
105 shotgun/external_libs/libedit/config.status
106 shotgun/external_libs/libedit/config.cache
107 shotgun/external_libs/libedit/emacs.h
108 shotgun/external_libs/libedit/vi.h
109 shotgun/external_libs/libedit/fcns.c
110 shotgun/external_libs/libedit/fcns.h
111 shotgun/external_libs/libedit/config.log
112 shotgun/external_libs/libedit/help.c
113 shotgun/external_libs/libedit/common.h
114 shotgun/external_libs/libedit/help.h
115 shotgun/external_libs/libedit/libedit.a
117 shotgun/external_libs/libev/.libs
118 shotgun/external_libs/libev/config.h
119 shotgun/external_libs/libev/Makefile
120 shotgun/external_libs/libev/config.status
121 shotgun/external_libs/libev/libtool
122 shotgun/external_libs/libev/config.log
123 shotgun/external_libs/libev/configure.ac
125 shotgun/external_libs/libevent/sample/Makefile
127 shotgun/external_libs/libevent/test/Makefile
129 shotgun/external_libs/libltdl/.libs
130 shotgun/external_libs/libltdl/Makefile
131 shotgun/external_libs/libltdl/config.log
132 shotgun/external_libs/libltdl/config.status
133 shotgun/external_libs/libltdl/stamp-*
134 shotgun/external_libs/libltdl/config.h
135 shotgun/external_libs/libltdl/libtool
137 # shotgun/external_libs/onig
138 shotgun/external_libs/onig/config.status
139 shotgun/external_libs/onig/config.log
140 shotgun/external_libs/onig/config.h
141 shotgun/external_libs/onig/.deps
142 shotgun/external_libs/onig/Makefile
143 shotgun/external_libs/onig/libtool
144 shotgun/external_libs/onig/.libs
145 shotgun/external_libs/onig/stamp-h1
146 shotgun/external_libs/onig/onig-config
148 # shotgun/external_libs/onig/doc
150 # shotgun/external_libs/onig/enc
152 # shotgun/external_libs/onig/sample
153 shotgun/external_libs/onig/sample/crnl
154 shotgun/external_libs/onig/sample/syntax
155 shotgun/external_libs/onig/sample/simple
156 shotgun/external_libs/onig/sample/encode
157 shotgun/external_libs/onig/sample/listcap
158 shotgun/external_libs/onig/sample/sql
159 shotgun/external_libs/onig/sample/posix
160 shotgun/external_libs/onig/sample/names
161 shotgun/external_libs/onig/sample/.libs
162 shotgun/external_libs/onig/sample/.deps
163 shotgun/external_libs/onig/sample/Makefile
165 # shotgun/external_libs/libstring
166 shotgun/external_libs/libbstring/*.d
167 shotgun/external_libs/libbstring/*.so
168 shotgun/external_libs/libbstring/*.a
170 # shotgun/external_libs/libcchash
171 shotgun/external_libs/libcchash/*.d
172 shotgun/external_libs/libcchash/*.so
173 shotgun/external_libs/libcchash/*.a
175 # shotgun/external_libs/libmpa
176 shotgun/external_libs/libmpa/*.d
177 shotgun/external_libs/libmpa/*.so
178 shotgun/external_libs/libmpa/*.a
180 # shotgun/lib
181 shotgun/lib/.*.d
182 shotgun/lib/*.gen
183 shotgun/lib/auto.c
184 shotgun/lib/auto.h
185 shotgun/lib/grammar.c
186 shotgun/lib/instruction_names.c
187 shotgun/lib/instruction_names.h
188 shotgun/lib/node_types.c
189 shotgun/lib/node_types.h
190 shotgun/lib/librubinius.a
191 shotgun/lib/cpu_primitives.h
192 shotgun/lib/primitive_indexes.h
193 shotgun/lib/.libs
195 # shotgun/lib/subtend
196 shotgun/lib/subtend/.libs