From dac90163a2875fda5c516a8ddc68fdddfc0077a6 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 13 Dec 2021 16:50:39 +0100 Subject: [PATCH] .gitignore: add cross-compile *-libtool While cross-compiling OpenOCD the generated script is not named "libtool" anymore, but e.g. "arm-linux-gnueabi-libtool". Ignore all the possible variants "*-libtool". Change-Id: I7a0dade992dbc13f977610bd4a78f8a4783b0146 Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/6960 Tested-by: jenkins --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 955ca3c2e..f5aa68a40 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ doxygen doxygen.log Doxyfile libtool +*-libtool Makefile !contrib/loaders/**/Makefile stamp-h1