From 96201fbaa751e5cdfb603cb5fae9d60a763d3cfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 1 Jul 2014 18:50:44 +0200 Subject: [PATCH] Ignore automake 'test-driver' file This was introduced by automake 1.12 and can be safely ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c5dbc5d7ad8..ea48a9e7fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ releases stamp-h stamp-h1 stamp-h.in +/test-driver *~ *.swp *.o -- 2.11.4.GIT