Delete useless file (#3041)

This commit is contained in:
Dongjia "toka" Zhang 2025-03-05 20:31:49 +01:00 committed by GitHub
parent c50bedb4c6
commit 6fa564b10b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -85,3 +85,6 @@ rustc-ice-*
# backup files
*.bak
# log
log

View File

@ -1,4 +0,0 @@
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /home/toka/LibAFL/bindings/pylibafl/Cargo.toml
workspace: /home/toka/LibAFL/Cargo.toml
Compiling libafl_libfuzzer v0.15.0 (/home/toka/LibAFL/libafl_libfuzzer)