Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore - Mailing list pgsql-odbc

From Michael Paquier
Subject Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Date
Msg-id CAB7nPqT8U7OkwEanpyFxeyDpjMqW3+F=mOwZZr0QfROf6-_aJA@mail.gmail.com
Whole thread Raw
In response to Removal of psqlodbc.vcproj from the list of ignored files in .gitignore  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-odbc
On Mon, Mar 10, 2014 at 11:58 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> I noticed that psqlodbc.vcproj is ignored in .gitignore but it is
> actually needed by project for Windows builds. I am assuming that this
> file is kept in the code for convenience and for Windows builds at
> each release as it is frequently updated/ Here is a patch making this
> file not ignored in the git tree. This will protect from cases where a
> developer does a git rm on it. By default you would not be able to
> re-add it back.
On a similar note, I noticed that config/general.m4 and
config/c-library.m4 have been taken from Postgres code tree and that
they are as well ignored by default in .gitignore. We might as well
allow them to be by default in the code tree, something done by the
second patch attached.

Regards,
--
Michael

Attachment

pgsql-odbc by date:

Previous
From: Michael Paquier
Date:
Subject: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Next
From: Daniel Homerick
Date:
Subject: Re: Removing support for < 7.4 servers