diff mbox series

[2/3] gitignore: ignore /libiconv*

Message ID 20240414001113.1698685-3-arsen@aarsen.me
State New
Headers show
Series [1/3] toplevel: don't override gettext-runtime/configure-discovered build args | expand

Commit Message

Arsen Arsenović April 13, 2024, 9:58 p.m. UTC
ChangeLog:

	* .gitignore: Ignore /libiconv* as with other possibly-in-tree
	libs.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 93a16b0b950c..3528d9a115ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@  stamp-*
 /gmp*
 /isl*
 /gettext*
+/libiconv*