summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2011-12-03 15:14:38 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2011-12-03 15:14:38 +0100
commitf59a28b9844ba79a099f061202f551a9bb250d72 (patch)
tree4052523c05ed4e9893d60310efdf8aab0754067b /.gitignore
parentae546047844b7fed8690388736f547291f16a235 (diff)
Fix gitignore
We currently ignore all test sources. Restrict the filter to the root directory so only the binaries are affected. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f993199..4ddc8c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
*.lo
*.la
kmscon
-test_*
+/test_*
Makefile
Makefile.in
aclocal.m4