mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 05:13:42 -05:00
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:
parent
bbf84ac000
commit
f23bc1e8a4
7 changed files with 27 additions and 0 deletions
9
src/interfaces/ecpg/test/.gitignore
vendored
Normal file
9
src/interfaces/ecpg/test/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/pg_regress
|
||||
|
||||
# Exclude all C files in subdirectories
|
||||
/*/*.c
|
||||
|
||||
# Exclude subdirectories
|
||||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
3
src/interfaces/ecpg/test/compat_informix/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/compat_informix/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
3
src/interfaces/ecpg/test/connect/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/connect/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
3
src/interfaces/ecpg/test/pgtypeslib/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/pgtypeslib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
3
src/interfaces/ecpg/test/preproc/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/preproc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
3
src/interfaces/ecpg/test/sql/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/sql/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
3
src/interfaces/ecpg/test/thread/.gitignore
vendored
Normal file
3
src/interfaces/ecpg/test/thread/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Exclude all non-pgc files
|
||||
*
|
||||
!*.pgc
|
||||
Loading…
Reference in a new issue