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:47 -0400 |
commit | 4424356c033d4f10f7f0d18f2835f219ee09c8c0 (patch) | |
tree | 07acf4dcc0f2cea9b5b9de67614bd0746d0ebc4f | |
parent | d7d4bd2c3b89bb06dbdd900221862ea905b67aeb (diff) | |
download | postgresql-4424356c033d4f10f7f0d18f2835f219ee09c8c0.tar.gz postgresql-4424356c033d4f10f7f0d18f2835f219ee09c8c0.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/ |