1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +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:21:53 -04:00
parent 6c137da018
commit cc2c8152e6
23 changed files with 48 additions and 0 deletions

View File

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

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