diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:58:53 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:58:53 +0000 |
commit | f01ded33e29e47e0d04cca3932a22bef66a37933 (patch) | |
tree | bfe710450b2bf3204a3cc8bd969d027655add723 /.gitignore | |
parent | c19f7101d21353c8278dd9277dbb20a77389272d (diff) | |
download | dimension-f01ded33e29e47e0d04cca3932a22bef66a37933.tar.xz |
Make test executables end in -test.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -38,12 +38,7 @@ Makefile.in /doc/texinfo.tex # Files created by `make check' -/tests/warning -/tests/error -/tests/png -/tests/pngxx -/tests/raytrace -/tests/raytracexx +/tests/*-test /tests/*.png # Files and folders created by libtool |