diff --git a/.gitignore b/.gitignore index b87145c..f47b981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ wordlists test/OUTPUT -bin/*.out +bin/main.out build/*.o +build/main.o *.swp .vscode diff --git a/bin/main.out b/bin/main.out deleted file mode 100755 index 576127a..0000000 Binary files a/bin/main.out and /dev/null differ diff --git a/build/main.o b/build/main.o deleted file mode 100644 index ee11072..0000000 Binary files a/build/main.o and /dev/null differ