8000 Some more gitignore cleanups: cover contrib and PL regression test ou… · postgres/postgres@ec85761 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec85761

Browse files
committed
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Also do some further work in the back branches, where quite a bit wasn't covered by Magnus' original back-patch.
1 parent da907fd commit ec85761

File tree

37 files changed

+79
-1
lines changed

37 files changed

+79
-1
lines changed

contrib/btree_gist/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
/btree_int2.c
2+
/btree_int4.c
3+
/btree_int8.c
4+
/btree_float4.c
5+
/btree_float8.c
16
/btree_gist.sql
7+
# Generated subdirectories
8+
/results/

contrib/cube/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/cubeparse.c
2+
/cubeparse.h
23
/cubescan.c
34
/cube.sql
5+
# Generated subdirectories
6+
/results/

contrib/dbase/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dbf2pg

contrib/dblink/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/dblink.sql
2+
# Generated subdirectories
3+
/results/

contrib/dbsize/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dbsize.sql

contrib/earthdistance/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/earthdistance.sql
2+
# Generated subdirectories
3+
/results/

contrib/findoidjoins/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/findoidjoins

contrib/fulltextindex/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/fti.sql

contrib/intagg/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/int_aggregate.sql

contrib/intarray/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/_int.sql
2+
# Generated subdirectories
3+
/results/

0 commit comments

Comments
 (0)
0