diff --git a/.gitignore b/.gitignore index 5d381cc..12e51a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +config.sh + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ @@ -159,4 +161,3 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ - diff --git a/bridge-install.sh b/bridge-install.sh old mode 100644 new mode 100755