From 3fe8cfaaf06d6ad629f6ac6b2ea5e9eec9af6b64 Mon Sep 17 00:00:00 2001 From: SirRGB Date: Tue, 7 Feb 2023 15:57:52 +0100 Subject: [PATCH] add output folders to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 26fccf25..e2da1947 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ wheels/ *.egg *.manifest *.spec +heimdall/ +libusb-windows/ +openandroidinstaller/bin/ # Log files pip-log.txt @@ -106,4 +109,4 @@ GitHub.sublime-settings !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -.history \ No newline at end of file +.history