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

Commitec85761

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 parentda907fd commitec85761

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/

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

‎contrib/miscutil/.gitignore

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

‎contrib/noupdate/.gitignore

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

‎contrib/pg_autovacuum/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/dllist.c
2+
/pg_autovacuum

‎contrib/pg_dumplo/.gitignore

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

‎contrib/pg_logger/.gitignore

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

‎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/rserv/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/ApplySnapshot
2+
/CleanLog
3+
/GetSyncID
4+
/InitRservTest
5+
/MasterAddTable
6+
/MasterInit
7+
/MasterSync
8+
/PrepareSnapshot
9+
/Replicate
10+
/RservTest
11+
/SlaveAddTable
12+
/SlaveInit
13+
/master.sql
14+
/slave.sql

‎contrib/rtree_gist/.gitignore

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

‎contrib/seg/.gitignore

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

‎contrib/string/.gitignore

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

‎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/tsearch/.gitignore

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

‎contrib/tsearch2/.gitignore

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

‎contrib/userlock/.gitignore

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

‎src/backend/bootstrap/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/bootparse.c
22
/bootscanner.c
3+
/bootstrap_tokens.h

‎src/backend/parser/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/gram.h
22
/gram.c
33
/scan.c
4+
/parse.h

‎src/bin/initlocation/.gitignore

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

‎src/bin/ipcclean/.gitignore

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

‎src/bin/pg_encoding/.gitignore

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

‎src/bin/pg_id/.gitignore

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

‎src/bin/pgtclsh/.gitignore

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

‎src/include/parser/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/gram.h
1+
/parse.h

‎src/interfaces/libpq/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/strlcpy.c
88
/thread.c
99
/wchar.c
10+
/dllist.c
11+
/path.c

‎src/pl/plpgsql/src/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/pl_gram.c
22
/pl_gram.h
3+
/pl.tab.h
4+
/pl_scan.c

‎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