From 50a73b4dc7032660e0912c91b197b73190c12240 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 25 Sep 2020 21:30:21 +0200 Subject: Add some new example configuration --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4396a38..ccb500c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libmmapi.a *.o *.so *.dll +__pycache__ -- cgit v1.2.3 From 8c30b37cd76ddec2111eca25a41214dd2bcdceb6 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Sat, 24 Apr 2021 20:32:50 +0200 Subject: Installer> Refactoring and Shellcheck error fixes. (#88) * Installer> Refactor install_dependencies. * Installer> Fixing some shellcheck errors. * Installer> Refactor error_handler to output errors. * Installer> Fix all remaining shellcheck errors. * Installer> Fix tabbing. * Installler> FIx tabbing again.. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ccb500c..e7c62d6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libmmapi.a *.so *.dll __pycache__ +.vscode/ \ No newline at end of file -- cgit v1.2.3