summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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/