mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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
adbe80f7ae
commit
c2067942c8
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 New Issue
Block a user