45 Commits

Author SHA1 Message Date
Ryan Davis 4c69f42048 .gitignore: build -> /build
Allows lib/mruby/build/* to be seen
2025-08-26 13:31:46 +01:00
Yukihiro "Matz" Matsumoto c356e8f2ff .gitignore: no longer ignore y.tab.c; ref #6515 2025-05-19 08:00:36 +09:00
Yukihiro "Matz" Matsumoto a50a2ce148 .gitingore: add entries (.cache, gmon.out, perf.data) 2024-07-27 18:53:55 +09:00
Yukihiro "Matz" Matsumoto fbe21a0321 tools/lrama: bundle Lrama 0.6.9 (copied from CRuby source) 2024-06-10 14:26:26 +09:00
John Bampton 0541713b6b Minor .gitignore clean up; order entries 2024-03-19 12:51:37 +10:00
John Bampton 7ac2773a84 Minor .gitignore clean up 2024-03-16 20:40:49 +10:00
John Bampton 19d0ea803d Fix pre-commit failure from prettier 2023-12-31 21:57:58 +10:00
John Bampton 00d43ad960 Add Docker to build and run all mruby tests
Run `pre-commit` and  generate `YARD` docs with Docker

Update CONTRIBUTING
2023-04-13 00:12:32 +10:00
John Bampton 076520cac1 Sort and remove blank lines from .gitignore 2023-04-05 03:49:49 +10:00
Yukihiro "Matz" Matsumoto 49f1c0e94d Ignore files for clangd.
- `compile_flags.txt'
- `compile_commands.json`
2020-06-04 18:09:03 +09:00
Yukihiro "Matz" Matsumoto 7a420d4bba Add .ccls* to .gitignore. 2020-06-04 10:05:42 +09:00
KOBAYASHI Shuji d9614549bb Remove unneeded /src/y.tab.c in .gitignore
Currently, `y.tab.c` is generated to under the `build/` directory.
2019-08-29 14:05:53 +09:00
David Siaw e1e96c0cf4 change doc directory and reduce warnings 2019-08-26 00:23:28 +09:00
Yukihiro "Matz" Matsumoto 3ad58f4dae Add lock files to .gitignore; #4180 2019-08-22 08:16:51 +09:00
David Siaw 8d70a9b1b5 first bit of doc generation 2019-08-18 13:07:24 +09:00
KOBAYASHI Shuji adfc2d08c9 [ci skip] Sort .gitignore 2019-01-15 19:30:15 +09:00
KOBAYASHI Shuji bb52efd0fc Ignore compiler temporary files (for -save-temps flag) 2019-01-14 21:45:57 +09:00
Yukihiro "Matz" Matsumoto 891839b976 New bytecode implementation of mruby VM. 2018-07-30 22:57:54 +09:00
Yukihiro "Matz" Matsumoto 8c408379aa Add cscope.files to .gitignore. 2017-10-01 16:24:43 +09:00
Kouichi Nakanishi d0e42eff00 Ignore file generated by ctags 2017-03-26 12:51:48 +09:00
Seba Gamboa 657d069582 Move guides location 2015-10-08 12:29:11 -03:00
Seba Gamboa 76f24d2182 Testing yard generation 2015-10-08 12:29:10 -03:00
Seba Gamboa 63d2d192a1 Expose MRuby source as a gem 2015-09-01 18:45:53 -03:00
furunkel 6110b385a7 Output PNG instead of PDF 2015-04-24 21:58:27 +02:00
furunkel 105f1f38a9 Add some of MRI's benchmarks 2015-04-24 19:34:39 +02:00
furunkel a96b871c46 Add task for running and plotting benchmarks 2015-04-23 22:27:19 +02:00
U.Nakamura 7591049e89 ignore *.pdb 2014-03-07 23:27:31 +09:00
NARUSE, Yui 20fc41a33d Ignore *.d, *.o, and /lib 2013-02-27 11:08:37 +09:00
Yuichiro MASUI 78651a64c3 Remove unused rules in .gitignore and Makefile 2013-01-06 15:59:28 +09:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
Yuichiro MASUI 06d242ae43 Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
2012-12-16 01:56:03 +09:00
Tomoyuki Sahara 238c956b6a ignore an auto-generated file. 2012-12-11 13:06:49 +09:00
Daniel Bovensiepen 8c86ee93e3 Adapt new GEM compile process to ignore list 2012-11-22 16:51:33 +08:00
Daniel Bovensiepen e1e369470e Merge new change 2012-11-08 17:23:51 +09:00
Akira Yumiyama cd2c7c7532 add mruby/mrbc tests. 2012-11-05 13:28:20 +09:00
Daniel Bovensiepen 5b25723629 Ignore built files of gem 2012-09-24 02:02:02 +08:00
Daniel Bovensiepen 48c84cbc2e Ignore generated files 2012-09-19 09:39:45 +09:00
Paolo Bosetti 05127776cf Modified and made more clear Xcode project schemes. Also, removed /build form main .gitignore 2012-08-13 16:23:46 +02:00
Yukihiro Matsumoto 714b358bb2 add CMakeFiles and CMakeCache.txt to .gitignore 2012-05-23 03:11:31 +09:00
Jon 9f89da6eef Add native and cross compiling CMake build support 2012-05-22 10:50:28 -04:00
Hiroyuki Iwatsuki b6935257a0 Updated .gitignore for test/ 2012-05-17 19:54:29 +09:00
Yukihiro Matsumoto a639479c27 update .gitignore based on pull-request #36 2012-04-23 08:43:16 +09:00
Wuffers Lightwolf afefad8cd5 Ignore files made from build 2012-04-22 15:33:12 -05:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00