diff options
author | R. Elliott Childre <elliottchildre329@gmail.com> | 2021-03-30 10:54:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:54:04 +0200 |
commit | 049ace8a4062a7b91b5750305bbf090113090bef (patch) | |
tree | 7026a3b9b235c522bcd3b65e6af1b05a1c168a7d | |
parent | 89eb285a232e4e5b421a98434d9c67444129bb97 (diff) | |
download | afl++-049ace8a4062a7b91b5750305bbf090113090bef.tar.gz |
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.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |