summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/foss-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/foss-sync.sh b/scripts/foss-sync.sh
index dbb9593be17..47f45dbf039 100755
--- a/scripts/foss-sync.sh
+++ b/scripts/foss-sync.sh
@@ -13,7 +13,7 @@ function git_config_user() {
# In the global git ignore file specify that all directories (and files) in the
# root named "ee" cannot get commited
function git_config_exclude() {
- echo "ee/*" >> /tmp/ignore
+ echo "/ee/*" >> /tmp/ignore
git config --global --add core.excludesFile '/tmp/ignore'
}