From b741350745951b4c2c58bff69eb330628603e69a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 2 May 2016 21:44:06 +0100 Subject: [PATCH] Problem: test_pub_invert_matching not ignored Solution: add it to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30f2f14a..937bb95b 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ test_scatter_gather test_socketopt_hwm test_use_fd_ipc test_use_fd_tcp +test_pub_invert_matching tests/test*.log tests/test*.trs src/platform.hpp*