Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/6] gitignore: Ignore file generated by Automake 1.13
@ 2013-04-08 20:56 Lucas De Marchi
  2013-04-08 20:56 ` [PATCH v2 2/6] gdbus: Use gcc builtin instead of g_atomic Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lucas De Marchi @ 2013-04-08 20:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

From: Lucas De Marchi <lucas.de.marchi@gmail.com>

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 e306f68..c6e0ae2 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
-- 
1.8.2.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-08 22:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 20:56 [PATCH v2 1/6] gitignore: Ignore file generated by Automake 1.13 Lucas De Marchi
2013-04-08 20:56 ` [PATCH v2 2/6] gdbus: Use gcc builtin instead of g_atomic Lucas De Marchi
2013-04-08 20:56 ` [PATCH v2 3/6] attrib: " Lucas De Marchi
2013-04-08 20:56 ` [PATCH v2 4/6] gobex: " Lucas De Marchi
2013-04-08 20:56 ` [PATCH v2 5/6] obexd: " Lucas De Marchi
2013-04-08 20:56 ` [PATCH v2 6/6] shared: " Lucas De Marchi
2013-04-08 22:05 ` [PATCH v2 1/6] gitignore: Ignore file generated by Automake 1.13 Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox