From 67e19bccb0b9b75b889d0adb50c11eb902c8b14e Mon Sep 17 00:00:00 2001 From: ParisNeo Date: Sat, 1 Apr 2023 01:35:50 +0200 Subject: [PATCH] added *.bin to the gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02ba78ce..14e10a78 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,5 @@ cython_debug/ # vs code -.vscode \ No newline at end of file +.vscode +*.bin \ No newline at end of file