diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-14 22:30:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 22:30:44 +0200 |
commit | 73c2619c33ed1baee9508f43f5ec5a369b454757 (patch) | |
tree | 1cf8fea54bedef558872eacb07c4ece143df0dcd | |
parent | 65f9553365557a7ad6deb2cfc01bf1cd39ac3adf (diff) | |
download | afl++-73c2619c33ed1baee9508f43f5ec5a369b454757.tar.gz |
.gitignore: better be explicit
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 37892865..ab890bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ core\.* test/unittests/unit_maybe_alloc test/unittests/unit_preallocable test/unittests/unit_list -examples/afl_network_proxy/afl-network-* +examples/afl_network_proxy/afl-network-server +examples/afl_network_proxy/afl-network-client |