pgsql: Remove redundant lib*dll.def rules from .gitignore

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant lib*dll.def rules from .gitignore
Date: 2011-06-18 16:29:06
Message-ID: E1QXyOQ-0004EF-4g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant lib*dll.def rules from .gitignore

Since we now have a global rule in the root .gitignore,
there's no need to keep directory-specific ones as well.

Noted by Peter Eisentraut

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/110c88d35cfcbe63dbb87a88d72f3e2a67a60f65

Modified Files
--------------
src/interfaces/ecpg/compatlib/.gitignore | 2 --
src/interfaces/ecpg/ecpglib/.gitignore | 2 --
src/interfaces/ecpg/pgtypeslib/.gitignore | 2 --
src/interfaces/libpq/.gitignore | 1 -
4 files changed, 0 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2011-06-18 21:33:23 psqlodbc - psqlodbc: Take the environment variable into account.
Previous Message Bruce Momjian 2011-06-18 13:44:02 Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command.