diff options
| author | furunkel <[email protected]> | 2015-04-24 19:34:39 +0200 |
|---|---|---|
| committer | furunkel <[email protected]> | 2015-04-24 19:34:39 +0200 |
| commit | 105f1f38a969bbe0e0ee1041c3c315a56bdc8c47 (patch) | |
| tree | 9ec7a5bcdea3c97ef7b8b68c916651940c60784f /.gitignore | |
| parent | 00518e0a4b134c5eb18802ccb9c0d5672923b7b2 (diff) | |
| download | mruby-105f1f38a969bbe0e0ee1041c3c315a56bdc8c47.tar.gz mruby-105f1f38a969bbe0e0ee1041c3c315a56bdc8c47.zip | |
Add some of MRI's benchmarks
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3657b105d..e3f434432 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ *.bak *.d *.o -benchmark/**/*.dat -benchmark/*.pdf +/benchmark/**/*.dat +/benchmark/*.pdf *.orig *.pdb *.rej |
