diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-03 15:14:38 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-03 15:14:38 +0100 |
commit | f59a28b9844ba79a099f061202f551a9bb250d72 (patch) | |
tree | 4052523c05ed4e9893d60310efdf8aab0754067b /.gitignore | |
parent | ae546047844b7fed8690388736f547291f16a235 (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-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ *.lo *.la kmscon -test_* +/test_* Makefile Makefile.in aclocal.m4 |