diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-06-13 20:47:11 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-06-13 20:47:11 +0000 |
commit | 4ef467adcb69fecadf9e8410fc8b33e1bb307365 (patch) | |
tree | af61be21ad670da00d37bdeced3430d029971792 /.gitignore | |
parent | 9b6ca3e20b1d0a9ab7f821963c63c9b2b3c4fc40 (diff) | |
download | dimension-4ef467adcb69fecadf9e8410fc8b33e1bb307365.tar.xz |
Work towards a raytracing engine.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ Makefile.in /tests/error /tests/png /tests/pngxx -/tests/dimension*.png +/tests/raytrace +/tests/*.png # Files and folders created by libtool .libs/ |