diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:21:58 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:22:53 -0400 |
| commit | 8d0b5d8971d66f331737dab401c19a7e8ddae71c (patch) | |
| tree | 1cdc549bcad30f4f10799ae1fd046d380607c02f /src | |
| parent | f23bc1e8a42cab50c204bbab837f95cbc2353311 (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pl/plperl/.gitignore | 3 | ||||
| -rw-r--r-- | src/pl/plpython/.gitignore | 2 | ||||
| -rw-r--r-- | src/pl/tcl/.gitignore | 2 | ||||
| -rw-r--r-- | src/pl/tcl/modules/.gitignore | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/src/pl/plperl/.gitignore b/src/pl/plperl/.gitignore index 4ee7d6095b2..c04f42ba07a 100644 --- a/src/pl/plperl/.gitignore +++ b/src/pl/plperl/.gitignore @@ -2,3 +2,6 @@ /Util.c /perlchunks.h /plperl_opmask.h + +# Generated subdirectories +/results/ diff --git a/src/pl/plpython/.gitignore b/src/pl/plpython/.gitignore new file mode 100644 index 00000000000..19b6c5ba425 --- /dev/null +++ b/src/pl/plpython/.gitignore @@ -0,0 +1,2 @@ +# Generated subdirectories +/results/ diff --git a/src/pl/tcl/.gitignore b/src/pl/tcl/.gitignore new file mode 100644 index 00000000000..19b6c5ba425 --- /dev/null +++ b/src/pl/tcl/.gitignore @@ -0,0 +1,2 @@ +# Generated subdirectories +/results/ diff --git a/src/pl/tcl/modules/.gitignore b/src/pl/tcl/modules/.gitignore new file mode 100644 index 00000000000..89581887c48 --- /dev/null +++ b/src/pl/tcl/modules/.gitignore @@ -0,0 +1,3 @@ +/pltcl_delmod +/pltcl_listmod +/pltcl_loadmod |
