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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
