From 8a85838433c0ad0d89621cec45aa6f6ad86ad7a9 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Tue, 13 Jun 2023 10:34:42 -0600 Subject: [PATCH] add gitignore, chmod +x --- .gitignore | 3 ++- bridge-install.sh | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 bridge-install.sh 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