diff options
| author | hexcoder- <heiko@hexco.de> | 2020-03-28 14:23:54 +0100 | 
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-03-28 14:23:54 +0100 | 
| commit | 02d19dafb27e98c936453ed8defb9ad8bdadf456 (patch) | |
| tree | a65c1dd63621b2eeda2075b1181f35a3570a0b07 | |
| parent | 78009d9d0700320818dc28604450f04468a9ed70 (diff) | |
| download | afl++-02d19dafb27e98c936453ed8defb9ad8bdadf456.tar.gz | |
.gitignore: add afl-ld and ld
| -rw-r--r-- | .gitignore | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index 6bb2092a..9cb10770 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ afl-gcc afl-gcc-fast afl-g++-fast afl-gotcpu +afl-ld afl-qemu-trace afl-showmap afl-tmin @@ -39,6 +40,7 @@ afl-tmin.8 afl-whatsup.8 qemu_mode/libcompcov/compcovtest as +ld qemu_mode/qemu-* unicorn_mode/unicornafl/ unicorn_mode/samples/*/\.test-* | 
