diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:08:07 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:06 +0200 |
commit | d07587885cdb35e3e02303aee8381471ab95eb69 (patch) | |
tree | 0478575c3489aaefeb7c359271b32d3e7f37a8d7 | |
parent | 376b45c199ffd91941ceb8d7f56e0a98badebba2 (diff) | |
download | afl++-d07587885cdb35e3e02303aee8381471ab95eb69.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 |