diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-08-02 23:57:32 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-08-02 23:57:42 -0400 |
commit | 61015249259462020629703a4990234c4629cbee (patch) | |
tree | 723944fbc0a086d46a4654d5646b387dafe20ecc | |
parent | 89e80b03297555277473fc3978b83c68ec9847b8 (diff) | |
download | postgresql-61015249259462020629703a4990234c4629cbee.tar.gz postgresql-61015249259462020629703a4990234c4629cbee.zip |
contrib/isn now needs a .gitignore file.
Oversight in commit cb3384a0cb4cf900622b77865f60e31259923079.
Back-patch to 9.1, like that commit.
-rw-r--r-- | contrib/isn/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/isn/.gitignore b/contrib/isn/.gitignore new file mode 100644 index 00000000000..5dcb3ff9723 --- /dev/null +++ b/contrib/isn/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/ |