Add gitignore files for ecpg regression tests.

Backpatch to 8.2 as that's how far the structure looks the same.
This commit is contained in:
Magnus Hagander 2010-09-22 21:49:15 +02:00
parent adbe80f7ae
commit c2067942c8
7 changed files with 27 additions and 0 deletions

9
src/interfaces/ecpg/test/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/pg_regress
# Exclude all C files in subdirectories
/*/*.c
# Exclude subdirectories
/log/
/results/
/tmp_check/

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc

View File

@ -0,0 +1,3 @@
# Exclude all non-pgc files
*
!*.pgc