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

Skip to content
8000

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
/earthdistance.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/

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

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

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

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
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
/libecpgdll.def
2-
/libecpgddll.def
3-
/blibecpgdll.def
4-
/exports.list
5-
1+
/exec.c
62
/path.c
7-
/pgstrcasecmp.c
8-
/strlcpy.c
9-
/thread.c

src/interfaces/libpq/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
/strlcpy.c
88
/thread.c
99
/wchar.c
10+
/libpq.rc
11+
/blibpqdll.def
12+
/libpqddll.def
13+
/libpqdll.def

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/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/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)
0