diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-04 19:05:15 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-04 19:05:15 +0000 |
commit | 273761db64335b4dd647f538efbd69a3823c5319 (patch) | |
tree | b1de51bd85fba0d314e84fc2df3cd5a7443c31c8 /.gitignore | |
parent | 2404976a5d1210b4547a76678aada49d0ae74e44 (diff) | |
download | dimension-273761db64335b4dd647f538efbd69a3823c5319.tar.xz |
New benchmarking suite.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Makefile.in /tests/*/*-test /tests/*.png +# Files created by `make bench' +/bench/*/bench-* + # Files and folders created by libtool .libs/ *.l[oa] |