From 2dfc384e48e390ce5d8fe40605f7d228a1d53589 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Thu, 25 Jul 2019 16:49:36 +0000 Subject: Apply suggestion to scripts/foss-sync.sh --- scripts/foss-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- cgit v1.2.1