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: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Date: 2014-03-10 02:58:21
Message-ID: CAB7nPqT29kaGDgKO+ozLVy8q3ZyTWEW8R0EFvQ4CwbL-SwQMKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20140310_pgodbc_vcproj_not_ignore.patch text/x-diff 512 bytes

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-10 03:06:21 Re: Removal of psqlodbc.vcproj from the list of ignored files in .gitignore
Previous Message Hiroshi Saito 2014-03-08 13:27:47 psqlODBC 09.03.0210 Released