From 4b7c77defca52fee200add9ee1a4b84e4ae46b55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Wed, 27 Dec 2017 14:12:12 +0100 Subject: [PATCH] add rps binaries to .gitignore --- src/rps/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/rps/.gitignore b/src/rps/.gitignore index 0d460e62c..77c9a498c 100644 --- a/src/rps/.gitignore +++ b/src/rps/.gitignore @@ -1,3 +1,15 @@ gnunet-service-rps gnunet-rps gnunet-rps-profiler +test_rps_malicious_1 +test_rps_malicious_2 +test_rps_malicious_3 +test_rps_req_cancel +test_rps_seed_big +test_rps_seed_request +test_rps_single_req +test_service_rps_custommap +test_service_rps_peers +test_service_rps_sampler_elem +test_service_rps_view + -- 2.25.1