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

Skip to content

Commit f02f7c4

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 706a580 commit f02f7c4

File tree

28 files changed

+54
-9
lines changed

28 files changed

+54
-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/earthdistance/.gitignore

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

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/

contrib/isbn_issn/.gitignore

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

contrib/ltree/.gitignore

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

0 commit comments

Comments
 (0)
0