Add gitignore files for ecpg regression tests.

Backpatch to 8.2 as that's how far the structure looks the same.
REL8_4_STABLE
Magnus Hagander 15 years ago
parent 35b2f93e71
commit 2792c82ba9
  1. 9
      src/interfaces/ecpg/test/.gitignore
  2. 3
      src/interfaces/ecpg/test/compat_informix/.gitignore
  3. 3
      src/interfaces/ecpg/test/connect/.gitignore
  4. 3
      src/interfaces/ecpg/test/pgtypeslib/.gitignore
  5. 3
      src/interfaces/ecpg/test/preproc/.gitignore
  6. 3
      src/interfaces/ecpg/test/sql/.gitignore
  7. 3
      src/interfaces/ecpg/test/thread/.gitignore

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

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

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

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

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

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

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