summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-05-15 15:54:56 -0600
committerTavian Barnes <tavianator@gmail.com>2011-05-15 15:58:05 -0600
commita5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e (patch)
tree66a4b977fff9f0119456b6c5a3398d25976f6c53 /.gitignore
parent130cbc32499ade9235873bc5d575816f80636916 (diff)
downloaddimension-a5a6b94c038e01ebf1e2de0a0774a69b02fb8e1e.tar.xz
Group tests and benchmarks with the corresponding source code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 6 insertions, 6 deletions
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/