From a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 15 May 2011 15:54:56 -0600 Subject: Group tests and benchmarks with the corresponding source code. --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f202c53..62104f0 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3