1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

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

This commit is contained in:
Magnus Hagander
2010-09-22 12:57:12 +02:00
parent 193ded6370
commit 5fff996347
87 changed files with 216 additions and 36 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,3 +0,0 @@
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.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