.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.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6960 Tested-by: jenkins
This commit is contained in:
parent
bd4bd54b60
commit
dac90163a2
|
@ -68,6 +68,7 @@ doxygen
|
||||||
doxygen.log
|
doxygen.log
|
||||||
Doxyfile
|
Doxyfile
|
||||||
libtool
|
libtool
|
||||||
|
*-libtool
|
||||||
Makefile
|
Makefile
|
||||||
!contrib/loaders/**/Makefile
|
!contrib/loaders/**/Makefile
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
Loading…
Reference in New Issue