From 45f3a1c1f6cbbb724f4ec51acd7aa0cd43d3e5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 30 Jun 2020 09:01:50 +0200 Subject: [PATCH] Ignore tap-driver.sh cause if the file is present on the os autoconf will copy it over and some distros have a different copyright header which will create a useless changed file. The file can always be changed with `git add -f ...` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a7f53a8..0077795 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ release /autom4te.cache/ /build-aux/install-sh /build-aux/missing +/build-aux/tap-driver.sh /config.log /config.status /configure