Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c137da

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 parent726f9dd commit6c137da

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)

[8]ページ先頭

©2009-2025 Movatter.jp