mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 04:24:45 -04:00
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
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/compatlib.def
|
||||
/libecpg_compatdll.def
|
||||
/libecpg_compatddll.def
|
||||
/blibecpg_compatdll.def
|
||||
/exports.list
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/ecpglib.def
|
||||
/libecpgdll.def
|
||||
/libecpgddll.def
|
||||
/blibecpgdll.def
|
||||
/exports.list
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/pgtypeslib.def
|
||||
/libpgtypesdll.def
|
||||
/libpgtypesddll.def
|
||||
/blibpgtypesdll.def
|
||||
/exports.list
|
||||
|
||||
|
||||
@@ -18,5 +18,4 @@
|
||||
/ip.c
|
||||
/encnames.c
|
||||
/wchar.c
|
||||
/libpqdll.def
|
||||
/libpq.rc
|
||||
|
||||
Reference in New Issue
Block a user