Ignore files in src/interfaces/libpq generated by windows builds

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Ignore files in src/interfaces/libpq generated by windows builds
Date: 2014-05-08 05:48:55
Message-ID: CAB7nPqRvTSA9SwkyOoyVSkZXyd8fyk2vpeOFRFWJta=4-MpWng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While doing some builds with mingw and 9.4, I noticed that a couple of
files generated by build are not ignored in the source tree. Those two
files are system.c and win32setlocale.c in src/interfaces/libpq.
Please find attached a patch fixing that.
Note that this is recent and is partially caused by commit a692ee5.

Regards,
--
Michael

Attachment Content-Type Size
20140508_mingw_gitignore.patch application/octet-stream 325 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2014-05-08 06:31:22 Re: [WIP] showing index maintenance on EXPLAIN
Previous Message Michael Paquier 2014-05-08 05:42:21 Compilation errors with mingw build caused by undefined optreset