From 6bba388c6a1cb023c5d86adf06f74376e7fd52c5 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Mon, 21 Sep 2020 02:58:07 +0300 Subject: [PATCH] add bin dir to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee3fcea..64b00d3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__/ *.so # Distribution / packaging +.buildozer .Python build/ develop-eggs/ @@ -14,6 +15,7 @@ dist/ downloads/ eggs/ .eggs/ +bin/ lib/ lib64/ parts/ @@ -26,7 +28,6 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST -.buildozer # PyInstaller # Usually these files are written by a python script from a template