From cad10d9580f1ae4b3a2d3f35928dedbe764c8160 Mon Sep 17 00:00:00 2001 From: somdoron Date: Mon, 7 Oct 2019 09:54:53 +0300 Subject: [PATCH] problem: some files are missing in git ignore solution: add new entries to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 402eb661..c0d0d035 100644 --- a/.gitignore +++ b/.gitignore @@ -154,6 +154,8 @@ test_mock_pub_sub test_proxy_hwm test_ws_transport test_wss_transport +test_socks +test_xpub_manual_last_value unittest_ip_resolver unittest_mtrie unittest_poller @@ -202,3 +204,5 @@ zeromq-*.zip core build test-suite.log +.idea/ +cmake-build-debug/ \ No newline at end of file