Skip to content
Snippets Groups Projects
Commit 6c137da0 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Add gitignore files for ecpg regression tests.

Backpatch to 8.2 as that's how far the structure looks the same.
parent 726f9ddc
No related branches found
No related tags found
No related merge requests found
/pg_regress
# Exclude all C files in subdirectories
/*/*.c
# Exclude subdirectories
/log/
/results/
/tmp_check/
# Exclude all non-pgc files
*
!*.pgc
# Exclude all non-pgc files
*
!*.pgc
# Exclude all non-pgc files
*
!*.pgc
# Exclude all non-pgc files
*
!*.pgc
# Exclude all non-pgc files
*
!*.pgc
# Exclude all non-pgc files
*
!*.pgc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment