Skip to content

Commit 54c88de

Browse files
committed
Still more .gitignore cleanup.
Fix overly-enthusiastic ignores, as identified by git ls-files -i --exclude-standard
1 parent fde5ce4 commit 54c88de

File tree

7 files changed

+110
-22
lines changed

7 files changed

+110
-22
lines changed

src/interfaces/ecpg/test/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/pg_regress
2-
3-
# Exclude all C files in subdirectories
4-
/*/*.c
5-
62
# Exclude subdirectories
73
/log/
84
/results/
Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/charfuncs
2+
/charfuncs.c
3+
/dec_test
4+
/dec_test.c
5+
/describe
6+
/describe.c
7+
/rfmtdate
8+
/rfmtdate.c
9+
/rfmtlong
10+
/rfmtlong.c
11+
/rnull
12+
/rnull.c
13+
/sqlda
14+
/sqlda.c
15+
/test_informix
16+
/test_informix.c
17+
/test_informix2
18+
/test_informix2.c
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/test1
2+
/test1.c
3+
/test2
4+
/test2.c
5+
/test3
6+
/test3.c
7+
/test4
8+
/test4.c
9+
/test5
10+
/test5.c
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/dt_test
2+
/dt_test.c
3+
/dt_test2
4+
/dt_test2.c
5+
/nan_test
6+
/nan_test.c
7+
/num_test
8+
/num_test.c
9+
/num_test2
10+
/num_test2.c
Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/array_of_struct
2+
/array_of_struct.c
3+
/autoprep
4+
/autoprep.c
5+
/comment
6+
/comment.c
7+
/cursor
8+
/cursor.c
9+
/define
10+
/define.c
11+
/init
12+
/init.c
13+
/outofscope
14+
/outofscope.c
15+
/strings
16+
/strings.c
17+
/type
18+
/type.c
19+
/variable
20+
/variable.c
21+
/whenever
22+
/whenever.c
Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/array
2+
/array.c
3+
/binary
4+
/binary.c
5+
/code100
6+
/code100.c
7+
/copystdout
8+
/copystdout.c
9+
/define
10+
/define.c
11+
/desc
12+
/desc.c
13+
/describe
14+
/describe.c
15+
/dynalloc
16+
/dynalloc.c
17+
/dynalloc2
18+
/dynalloc2.c
19+
/dyntest
20+
/dyntest.c
21+
/execute
22+
/execute.c
23+
/fetch
24+
/fetch.c
25+
/func
26+
/func.c
27+
/indicators
28+
/indicators.c
29+
/insupd
30+
/insupd.c
31+
/oldexec
32+
/oldexec.c
33+
/parser
34+
/parser.c
35+
/quote
36+
/quote.c
37+
/show
38+
/show.c
39+
/sqlda
40+
/sqlda.c
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# Exclude all non-pgc files
2-
*
3-
!*.pgc
1+
/alloc
2+
/alloc.c
3+
/descriptor
4+
/descriptor.c
5+
/prep
6+
/prep.c
7+
/thread
8+
/thread.c
9+
/thread_implicit
10+
/thread_implicit.c

0 commit comments

Comments
 (0)