Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Date: 2014-03-10 03:06:21
Message-ID: CAB7nPqT8U7OkwEanpyFxeyDpjMqW3+F=mOwZZr0QfROf6-_aJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Mar 10, 2014 at 11:58 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)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 Content-Type Size
20140310_pgodbc_config_gitignore.patch text/x-diff 322 bytes

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Daniel Homerick 2014-03-10 16:36:00 Re: Removing support for < 7.4 servers
Previous Message Michael Paquier 2014-03-10 02:58:21 Removal of psqlodbc.vcproj from the list of ignored files in .gitignore