From 62e26b32424d17a3c589d7a30c4c19d554cc547f Mon Sep 17 00:00:00 2001 From: Brandon Carpenter Date: Mon, 7 Oct 2013 10:55:40 -0700 Subject: [PATCH] Add tests/test_abstract_ipc to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 80e94717..9d0a5563 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ tests/test_inproc_connect tests/test_linger tests/test_security_null tests/test_security_plain +tests/test_abstract_ipc tests/test*.log tests/test*.trs src/platform.hpp*