projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08890ca
)
gitignore: ignore libtool scripts created when cross-compiling
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Mon, 16 Dec 2019 17:25:14 +0000
(18:25 +0100)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Mon, 16 Dec 2019 17:36:28 +0000
(18:36 +0100)
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 <bgolaszewski@baylibre.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 5d6efe4f3c82412e928223dc0314d78dcce06f70..90cd5bd127ef3ed3c903880bf9a42439b2634bcd 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-40,6
+40,7
@@
config.log
config.status
configure
libtool
+*-libtool
m4/
stamp-h1