This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6960
-- gerrit commit da869554f08ede307af8c9824e69bcfff02cf8e0 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Mon Dec 13 16:50:39 2021 +0100 .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 <borneo.anto...@gmail.com> diff --git a/.gitignore b/.gitignore index 955ca3c2e0..f5aa68a405 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ doxygen doxygen.log Doxyfile libtool +*-libtool Makefile !contrib/loaders/**/Makefile stamp-h1 --