From 46702d59806c5c7c7a93782168529851c590f5d6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Sep 2010 16:29:35 +0200 Subject: [PATCH] cosmetic, exclude git files instead of CVS files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31506cee..15d10907 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ SSHCOMMAND:=ssh root@$(PLC) endif LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' -RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) +RSYNC_EXCLUDES := --exclude .svn --exclude .git --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) --no-owner $(RSYNC_EXCLUDES) -- 2.43.0