Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c137da

Browse files
committed
Add gitignore files for ecpg regression tests.
Backpatch to 8.2 as that's how far the structure looks the same.
1 parent 726f9dd commit 6c137da

File tree

7 files changed

+27
-0
lines changed

7 files changed

+27
-0
lines changed

src/interfaces/ecpg/test/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/pg_regress
2+
3+
# Exclude all C files in subdirectories
4+
/*/*.c
5+
6+
# Exclude subdirectories
7+
/log/
8+
/results/
9+
/tmp_check/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Exclude all non-pgc files
2+
*
3+
!*.pgc

0 commit comments

Comments
 (0)