Module: sems Branch: 1.3 Commit: d68ed96bacb353b887eb454c09a0c9648f253bf9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d68ed96bacb353b887eb454c09a0c9648f253bf9
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sun Sep 26 15:03:44 2010 +0200 exclude .git from tar --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 7df2855..ac9e23e 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ tar: --exclude=$(notdir $(CURDIR))/tmp \ --exclude=core/$(notdir $(CURDIR))/tmp \ --exclude=.svn* \ + --exclude=.git* \ --exclude=.\#* \ --exclude=*.[do] \ --exclude=*.la \ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
