summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-06-04Ignore files for `clangd`.Yukihiro "Matz" Matsumoto
- `compile_flags.txt' - `compile_commands.json`
2020-06-04Add `.ccls*` to `.gitignore`.Yukihiro "Matz" Matsumoto
2019-08-29Remove unneeded `/src/y.tab.c` in `.gitignore`KOBAYASHI Shuji
Currently, `y.tab.c` is generated to under the `build/` directory.
2019-08-26change doc directory and reduce warningsDavid Siaw
2019-08-22Add lock files to `.gitignore`; #4180Yukihiro "Matz" Matsumoto
2019-08-18first bit of doc generationDavid Siaw
2019-01-15[ci skip] Sort `.gitignore`KOBAYASHI Shuji
2019-01-14Ignore compiler temporary files (for `-save-temps` flag)KOBAYASHI Shuji
2018-07-30New bytecode implementation of mruby VM.Yukihiro "Matz" Matsumoto
2017-10-01Add `cscope.files` to `.gitignore`.Yukihiro "Matz" Matsumoto
2017-03-26Ignore file generated by ctagsKouichi Nakanishi
2015-10-08Move guides locationSeba Gamboa
2015-10-08Testing yard generationSeba Gamboa
2015-09-01Expose MRuby source as a gemSeba Gamboa
2015-04-24Output PNG instead of PDFfurunkel
2015-04-24Add some of MRI's benchmarksfurunkel
2015-04-23Add task for running and plotting benchmarksfurunkel
2014-03-07ignore *.pdbU.Nakamura
2013-02-27Ignore *.d, *.o, and /libNARUSE, Yui
2013-01-06Remove unused rules in .gitignore and MakefileYuichiro MASUI
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-12-22Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgemsYuichiro MASUI
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset
2012-12-11ignore an auto-generated file.Tomoyuki Sahara
2012-11-22Adapt new GEM compile process to ignore listDaniel Bovensiepen
2012-11-08Merge new changeDaniel Bovensiepen
2012-11-05add mruby/mrbc tests.Akira Yumiyama
2012-09-24Ignore built files of gemDaniel Bovensiepen
2012-09-19Ignore generated filesDaniel Bovensiepen
2012-08-13Modified and made more clear Xcode project schemes. Also, removed /build ↵Paolo Bosetti
form main .gitignore
2012-05-23add CMakeFiles and CMakeCache.txt to .gitignoreYukihiro Matsumoto
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-17Updated .gitignore for test/Hiroyuki Iwatsuki
2012-04-23update .gitignore based on pull-request #36Yukihiro Matsumoto
2012-04-22Ignore files made from buildWuffers Lightwolf
2012-04-20add mruby sourcesmimaki