From 581a19f8a0e87346bf629a49b0c57359a5fb7932 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Wed, 8 Apr 2015 10:08:39 +0200 Subject: [PATCH] libusbgx: Update .gitignore for tests directory Signed-off-by: Krzysztof Opasiak --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b79ec13..7dfeaed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,14 @@ /examples/.libs /src/.deps /src/.libs +/tests/* +!/tests/*.* +/tests/.deps *.o *.lo *.la +*.so +*.so.* Makefile Makefile.in /configure -- 2.7.4