Skip to content

Commit f887652

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 da49d16 commit f887652

File tree

37 files changed

+69
-9
lines changed

37 files changed

+69
-9
lines changed

contrib/btree_gist/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/btree_gist.sql
2+
# Generated subdirectories
3+
/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)