diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:22:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:23:00 -0400 |
commit | 316a689320e66de689b170dd037b0d29aff40767 (patch) | |
tree | 922775a2d815c469c2b2d0c54d46537f4bd13289 /src | |
parent | 2792c82ba94f0e7928a82d1aaa7f3fe3007d398e (diff) | |
download | postgresql-316a689320e66de689b170dd037b0d29aff40767.tar.gz postgresql-316a689320e66de689b170dd037b0d29aff40767.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/plpgsql/src/.gitignore | 1 | ||||
-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 |
5 files changed, 11 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/plpgsql/src/.gitignore b/src/pl/plpgsql/src/.gitignore index 2eecb0f20de..3e4d212d22a 100644 --- a/src/pl/plpgsql/src/.gitignore +++ b/src/pl/plpgsql/src/.gitignore @@ -1,2 +1,3 @@ /pl_gram.c /pl_gram.h +/pl_scan.c 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 |