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

From Michael Paquier
Subject Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Date
Msg-id CAB7nPqT29kaGDgKO+ozLVy8q3ZyTWEW8R0EFvQ4CwbL-SwQMKw@mail.gmail.com
Whole thread Raw
Responses Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-odbc
Hi all,

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.

Regards,
--
Michael

Attachment

pgsql-odbc by date:

Previous
From: Hiroshi Saito
Date:
Subject: psqlODBC 09.03.0210 Released
Next
From: Michael Paquier
Date:
Subject: Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore