From 049ace8a4062a7b91b5750305bbf090113090bef Mon Sep 17 00:00:00 2001 From: "R. Elliott Childre" Date: Tue, 30 Mar 2021 10:54:04 -0400 Subject: Add network_proxy build targets to gitignore (#852) All other build targets in utils/ are ignored except for these due to the lack of file extension. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2aaaf9ef..c8d29e50 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ libAFLQemuDriver.a test/.afl_performance gmon.out afl-frida-trace.so +utils/afl_network_proxy/afl-network-client +utils/afl_network_proxy/afl-network-server -- cgit 1.4.1