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

Started by Michael Paquierover 11 years ago2 messages
#1Michael Paquier
michael.paquier@gmail.com
1 attachment(s)

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

Attachments:

20140508_mingw_gitignore.patchapplication/octet-stream; name=20140508_mingw_gitignore.patchDownload
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore
index 2758e00..cb96af7 100644
--- a/src/interfaces/libpq/.gitignore
+++ b/src/interfaces/libpq/.gitignore
@@ -12,8 +12,10 @@
 /snprintf.c
 /strerror.c
 /strlcpy.c
+/system.c
 /thread.c
 /win32error.c
+/win32setlocale.c
 /pgsleep.c
 /md5.c
 /ip.c
#2Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Michael Paquier (#1)
Re: Ignore files in src/interfaces/libpq generated by windows builds

On 05/08/2014 08:48 AM, Michael Paquier wrote:

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.

Applied, thanks. win32setlocale.c dates back to 9.1, so back-patched that.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers