Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc2c815

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'tcovered by Magnus' original back-patch.
1 parent6c137da commitcc2c815

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/

‎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/

‎contrib/pg_trgm/.gitignore

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

‎contrib/pgcrypto/.gitignore

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

‎contrib/seg/.gitignore

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

‎contrib/tablefunc/.gitignore

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

‎contrib/test_parser/.gitignore

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

‎contrib/tsearch2/.gitignore

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

‎contrib/unaccent/.gitignore

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

‎contrib/xml2/.gitignore

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

‎src/pl/plperl/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/Util.c
33
/perlchunks.h
44
/plperl_opmask.h
5+
6+
# Generated subdirectories
7+
/results/

‎src/pl/plpython/.gitignore

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

‎src/pl/tcl/.gitignore

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

‎src/pl/tcl/modules/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/pltcl_delmod
2+
/pltcl_listmod
3+
/pltcl_loadmod

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp