Hello, I hope this is the correct place to submit patches.
Currently the file " /lib/iconv_open-zos.h" isn't ignored by git.
This patch adds it to the .gitignore.

DIFF is in the attachment.
Greetings,
Emil Engler
From fdfd71b91d0f9205bdb5e3302dd11d3bbb0ac16f Mon Sep 17 00:00:00 2001
From: Emil Engler <[email protected]>
Date: Wed, 1 Jan 2020 23:52:46 +0100
Subject: [PATCH] build: Add /lib/iconv_open-zos.h to .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 39bde1129..9793d6cb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,6 +68,7 @@
 /lib/iconv_open-irix.h
 /lib/iconv_open-osf.h
 /lib/iconv_open-solaris.h
+/lib/iconv_open-zos.h
 /lib/inttypes.h
 /lib/langinfo.h
 /lib/libcoreutils.a
-- 
2.20.1

Reply via email to