diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-05-15 15:54:56 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-05-15 15:58:05 -0600 |
commit | a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e (patch) | |
tree | 66a4b977fff9f0119456b6c5a3398d25976f6c53 /.gitignore | |
parent | 130cbc32499ade9235873bc5d575816f80636916 (diff) | |
download | dimension-a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e.tar.xz |
Group tests and benchmarks with the corresponding source code.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -15,7 +15,7 @@ Makefile Makefile.in # Documentation files created by make -/doc/libdimension +/*/doc Doxyfile # pkg-config files @@ -33,13 +33,13 @@ Doxyfile /dimension/lexer.c # Files created by `make check' -/tests/*/*-test -/tests/*/*.png -/tests/*/*.log +/*/tests/*-test +/*/tests/*.png +/*/tests/*.log # Files created by `make bench' -/bench/*/bench-* -/bench/*/*.png +/*/bench/bench-* +/*/bench/*.png # Files and folders created by libtool .libs/ |