diff options
author | TTFISH <jiongchiyu@gmail.com> | 2024-08-05 23:35:22 +0800 |
---|---|---|
committer | TTFISH <jiongchiyu@gmail.com> | 2024-08-05 23:35:22 +0800 |
commit | 5bb894f1ee2a3e6089dc119ea07e97124c65d1d1 (patch) | |
tree | 9f8dec1595c3a9c036acc72d419ce426117a77d4 | |
parent | 8d72f41e20e0e5bbbb179e23a0916d32149345e6 (diff) | |
download | afl++-5bb894f1ee2a3e6089dc119ea07e97124c65d1d1.tar.gz |
remove redundant tracked tmp files during building
Signed-off-by: TTFISH <jiongchiyu@gmail.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ac577d3..bc06ef2d 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ utils/replay_record/persistent_demo_replay_compat utils/replay_record/persistent_demo_replay_argparse utils/plot_ui/afl-plot-ui vuln_prog +argv_fuzz_demo +argv_fuzz_persistent_demo \ No newline at end of file |