From f5b8b4ee0c2b2b3509484f4b2d854bce77115a98 Mon Sep 17 00:00:00 2001 From: "Marcus M. Darden" <mmdarden@umich.edu> Date: Fri, 20 Sep 2019 15:16:48 -0400 Subject: [PATCH] Ignore VSCode workspace file in sync2caen target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b867d03..8ac4ba8 100644 --- a/Makefile +++ b/Makefile @@ -172,6 +172,7 @@ sync2caen: -av \ --exclude '.git*' \ --exclude '.vs*' \ + --exclude '*.code-workspace' \ --filter=":- .gitignore" \ "."/ \ "login.engin.umich.edu:'${REMOTE_PATH}/'" -- GitLab