Re: Patches for Cygwin build
Ken Brown <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 3/26/2017 1:50 PM, Ken Brown wrote: > I've succeeded in making the build work with the three attached patches. And one more, just for my convenience. _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
0004-Add-.exe-to-.gitignore.patch
(text/plain, 429 B)
From b009379a3cc7ae97477cbcc39605138e7c307120 Mon Sep 17 00:00:00 2001 From: Ken Brown <[email protected]> Date: Sun, 26 Mar 2017 14:47:47 -0400 Subject: [PATCH 4/4] Add *.exe to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 76a1ffc..3690521 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ mailutils*.tar.* pathdefs.h stamp-h1 tmp/ +*.exe -- 2.8.3