diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-06 15:54:10 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-06 15:59:28 +0900 |
| commit | 78651a64c3ea51d1fca284daa3affe618871693f (patch) | |
| tree | a880af242abd09856d9ec45e2ed79f2e8622c734 /.gitignore | |
| parent | 7b37bb5992bf49ec8b3c59ebedefe6a7b55d4aff (diff) | |
| download | mruby-78651a64c3ea51d1fca284daa3affe618871693f.tar.gz mruby-78651a64c3ea51d1fca284daa3affe618871693f.zip | |
Remove unused rules in .gitignore and Makefile
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore index 7d5f71187..ac8f67310 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,10 @@ # / *.bak -*.dylib -*.inc -*.o -*.a *.orig *.rej *.sav *.swp -*.d *.tmp -*.ctmp -*.rbtmp *~ .DS_Store .ccmalloc @@ -21,20 +14,3 @@ cscope.out /src/y.tab.c /bin /build -/mrblib/mrblib.c -/mrblib/*.*tmp -/mrblib/mrblib.mrb -/test/mrbtest -/test/mrbtest.c -/test/*.*tmp -/test/mrubytest.* -tools/mrbc/mrbc.mrb -CMakeFiles -CMakeCache.txt -/mrbgems/generator -/mrbgems/gem_init.c -/mrbgems/g/Makefile -/mrbgems/g/MakefileGemList -/mrbgems/g/mrbgemtest.ctmp -/mrbgems/g/mrbgemtest.rbtmp -/mrbgems/g/*/gem_srclib.c |
