diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:08:07 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:08:07 +0200 |
commit | 6bdd7a16098051105fb574b8fd372da6e8eb5525 (patch) | |
tree | 0478575c3489aaefeb7c359271b32d3e7f37a8d7 | |
parent | 50a195fe5955a7b6711bfd975c17d2e6bd1a82f2 (diff) | |
download | afl++-6bdd7a16098051105fb574b8fd372da6e8eb5525.tar.gz |
added untitest to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9cb10770..2687f959 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ unicorn_mode/unicornafl/ unicorn_mode/samples/*/\.test-* unicorn_mode/samples/*/output/ core\.* +test/unittests/unit_maybe_alloc |