diff options
| author | Robert Haas | 2014-03-31 18:18:35 +0000 |
|---|---|---|
| committer | Robert Haas | 2014-03-31 18:18:35 +0000 |
| commit | 0f95b723eb207ca8fe2a0391b444db23b386617b (patch) | |
| tree | 90109e1d6ee3e6aa5c35bc2c9b7acfe058f513b6 | |
| parent | 066254cea117a5a40d21401f754c83cc163378ae (diff) | |
test_decoding: Update .gitignore
Commit 7317d8d961f210c3a6b20972cd605bcd9bffb06e changed the set of
things that need to be ignored, but neglected to update .gitignore.
| -rw-r--r-- | contrib/test_decoding/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/test_decoding/.gitignore b/contrib/test_decoding/.gitignore index 5dcb3ff972..1f95503494 100644 --- a/contrib/test_decoding/.gitignore +++ b/contrib/test_decoding/.gitignore @@ -1,4 +1,5 @@ # Generated subdirectories /log/ -/results/ +/isolation_output/ +/regression_output/ /tmp_check/ |
