From 8e1cbd8f7bd5deb3310be4f4f65f7aa6ea9a9beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 21 Nov 2022 20:11:12 +0100 Subject: created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzz --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6df1427..9433c58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ travnik tmp/ -valgrind-out.txt +valgrind-out.* +test.txt +test-eval +a.out +core +.gdb_history -- cgit v1.2.3