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:58:00 -0400 |
commit | 1e1bb203bcfdb90ef81e97169812a5f5f942b124 (patch) | |
tree | ab40433e9e028d0f29a993469c4648ca18245a60 | |
parent | 2d19a0e977080713bd7bb370b20a0025fba6c794 (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/ |