diff --git a/app/assets/remote_scripts/macos.sh b/app/assets/remote_scripts/macos.sh
index f408c899..ac084b55 100644
--- a/app/assets/remote_scripts/macos.sh
+++ b/app/assets/remote_scripts/macos.sh
@@ -9,6 +9,7 @@
#file_info format: = (src/frog.java=34)
#file_path format:
+GLOBIGNORE="*"
project_root="${1%/}"
declare -a file_array
diff --git a/app/assets/remote_scripts/ubuntu.sh b/app/assets/remote_scripts/ubuntu.sh
index d2fc4aa3..64eda313 100644
--- a/app/assets/remote_scripts/ubuntu.sh
+++ b/app/assets/remote_scripts/ubuntu.sh
@@ -9,6 +9,7 @@
#file_info format: = (src/frog.java=34)
#file_path format:
+GLOBIGNORE="*"
project_root="${1%/}"