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:55 -0400 |
commit | 121869fe41a73ae4381b4d1342b0f9f114866326 (patch) | |
tree | c7c0d8a9938e40615f0f0e70671f6c9818a7f744 | |
parent | 56187c6fb1da0cd5e9b466147595872cfff4b908 (diff) |
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/ |