From: Bartosz Golaszewski Date: Mon, 16 Dec 2019 17:25:14 +0000 (+0100) Subject: gitignore: ignore libtool scripts created when cross-compiling X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a7c45298235e1a4500c8a291dd241c863f72f52;p=qemu-gpiodev%2Flibgpiod.git gitignore: ignore libtool scripts created when cross-compiling When '--host' option is passed to configure, the name of the generated libtool script will be prefixed with the value used as argument for '--host'. Add a pattern for prefixed 'libtool' scripts to .gitignore. Signed-off-by: Bartosz Golaszewski --- diff --git a/.gitignore b/.gitignore index 5d6efe4..90cd5bd 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ config.log config.status configure libtool +*-libtool m4/ stamp-h1