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:
3
src/pl/plperl/.gitignore
vendored
3
src/pl/plperl/.gitignore
vendored
@ -2,3 +2,6 @@
|
||||
/Util.c
|
||||
/perlchunks.h
|
||||
/plperl_opmask.h
|
||||
|
||||
# Generated subdirectories
|
||||
/results/
|
||||
|
2
src/pl/plpython/.gitignore
vendored
Normal file
2
src/pl/plpython/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Generated subdirectories
|
||||
/results/
|
2
src/pl/tcl/.gitignore
vendored
Normal file
2
src/pl/tcl/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Generated subdirectories
|
||||
/results/
|
3
src/pl/tcl/modules/.gitignore
vendored
Normal file
3
src/pl/tcl/modules/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/pltcl_delmod
|
||||
/pltcl_listmod
|
||||
/pltcl_loadmod
|
Reference in New Issue
Block a user