From 271bbdc8e4a01f36025496880e8e0e0cc93767e2 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 8 Apr 2013 17:56:17 -0300 Subject: [PATCH] gitignore: Ignore file generated by Automake 1.13 Automake >= 1.13 enables parallel-tests option which uses a test-driver script (copied by automake). Ignore this file. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e306f68e0..c6e0ae276 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ ltmain.sh missing stamp-h1 autom4te.cache +test-driver +test-suite.log lib/bluez.pc lib/bluetooth @@ -89,3 +91,5 @@ unit/test-gobex-apparam unit/test-gobex-header unit/test-gobex-packet unit/test-gobex-transfer +unit/test-*.log +unit/test-*.trs -- 2.47.3