1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Convert cvsignore to gitignore, and add .gitignore for build targets.

This commit is contained in:
Magnus Hagander
2010-09-22 12:57:06 +02:00
parent dcd9dcdeeb
commit a692359411
89 changed files with 216 additions and 44 deletions

View File

@ -1,3 +0,0 @@
libecpg_compatdll.def
libecpg_compatddll.def
blibecpg_compatdll.def

View File

@ -0,0 +1,4 @@
/libecpg_compatdll.def
/libecpg_compatddll.def
/blibecpg_compatdll.def
/exports.list

View File

@ -1,3 +0,0 @@
libecpgdll.def
libecpgddll.def
blibecpgdll.def

View File

@ -0,0 +1,9 @@
/libecpgdll.def
/libecpgddll.def
/blibecpgdll.def
/exports.list
/path.c
/pgstrcasecmp.c
/strlcpy.c
/thread.c

View File

@ -0,0 +1,2 @@
/ecpg_config.h
/stamp-h

View File

@ -1,3 +0,0 @@
libpgtypesdll.def
libpgtypesddll.def
blibpgtypesdll.def

View File

@ -0,0 +1,6 @@
/libpgtypesdll.def
/libpgtypesddll.def
/blibpgtypesdll.def
/exports.list
/pgstrcasecmp.c

View File

@ -1,4 +0,0 @@
preproc.y
preproc.c
preproc.h
pgc.c

View File

@ -0,0 +1,7 @@
/preproc.y
/preproc.c
/preproc.h
/pgc.c
/ecpg
/kwlookup.c

View File

@ -1,4 +0,0 @@
libpqdll.def
libpqddll.def
blibpqdll.def
libpq-dist.rc

9
src/interfaces/libpq/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/encnames.c
/exports.list
/ip.c
/md5.c
/noblock.c
/pgstrcasecmp.c
/strlcpy.c
/thread.c
/wchar.c