Skip to content

Commit cc2c815

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 6c137da commit cc2c815

File tree

23 files changed

+48
-0
lines changed

23 files changed

+48
-0
lines changed

contrib/btree_gin/.gitignore

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

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/citext/.gitignore

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

contrib/cube/.gitignore

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

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/dict_int/.gitignore

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

contrib/dict_xsyn/.gitignore

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

contrib/hstore/.gitignore

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

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)