diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:32:28 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 18:32:28 +0200 |
commit | 3e6471b949d17c54d7806d8da109a1218d6f2eee (patch) | |
tree | 06e2f5423fe0001c14c274bd6e85056084107585 | |
parent | bea76b346ce278896d0b4a6f3b1d42e5c1c786c3 (diff) | |
download | afl++-3e6471b949d17c54d7806d8da109a1218d6f2eee.tar.gz |
added files to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4307fc4c..0527a0b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .test .test2 .sync_tmp +.vscode *.o *.so *.swp @@ -11,6 +12,7 @@ ld in out core* +compile_commands.json afl-analyze afl-as afl-clang @@ -40,6 +42,7 @@ afl-cmin.8 afl-cmin.bash.8 afl-fuzz.8 afl-gcc.8 +afl-g++.8 afl-gcc-fast.8 afl-g++-fast.8 afl-gotcpu.8 |