diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:22:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 17:23:10 -0400 |
commit | 4b00e13707536aee7b6ad41865489308ab3c5616 (patch) | |
tree | 347c8cc8c96f44c34adf7f74a52cd48e94c724a2 /contrib/intarray | |
parent | c2067942c828c2ac601f8c06e7cbebbd7b6057a9 (diff) | |
download | postgresql-4b00e13707536aee7b6ad41865489308ab3c5616.tar.gz postgresql-4b00e13707536aee7b6ad41865489308ab3c5616.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 'contrib/intarray')
-rw-r--r-- | contrib/intarray/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/intarray/.gitignore b/contrib/intarray/.gitignore index e9985910a35..761a9b26074 100644 --- a/contrib/intarray/.gitignore +++ b/contrib/intarray/.gitignore @@ -1 +1,3 @@ /_int.sql +# Generated subdirectories +/results/ |