1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

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.
This commit is contained in:
Tom Lane
2010-09-22 17:22:14 -04:00
parent c2067942c8
commit 4b00e13707
24 changed files with 50 additions and 1 deletions

View File

@@ -2,3 +2,6 @@
/Util.c
/perlchunks.h
/plperl_opmask.h
# Generated subdirectories
/results/

View File

@@ -1,2 +1,4 @@
/pl_gram.c
/pl_gram.h
/pl.tab.h
/pl_scan.c

2
src/pl/plpython/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Generated subdirectories
/results/

2
src/pl/tcl/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Generated subdirectories
/results/

3
src/pl/tcl/modules/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/pltcl_delmod
/pltcl_listmod
/pltcl_loadmod