From bc99eabfa1c5d1db4fa9f5e21256eb5d2871c67f 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