diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:21:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:22:40 -0400 |
commit | cc2c8152e624e4985660e7042960bf300bb78a39 (patch) | |
tree | 940cf6af3c3d0f2a8d927a6ff0b599c228161829 /src | |
parent | 6c137da018ad3ec52c872e0bb88c5968830e58d0 (diff) | |
download | postgresql-cc2c8152e624e4985660e7042960bf300bb78a39.tar.gz postgresql-cc2c8152e624e4985660e7042960bf300bb78a39.zip |
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 |