From 433f0866722a882b17f6be58763d2adebc3053e6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 21 Jul 2006 17:00:25 +0000 Subject: [PATCH] Don't include .svn directories in tar/zip files. --- releasetools/Variables.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/releasetools/Variables.mk b/releasetools/Variables.mk index d4b86c6c7..16e0af7a7 100644 --- a/releasetools/Variables.mk +++ b/releasetools/Variables.mk @@ -108,6 +108,7 @@ endif ZIP_EXCLUDES = \ /CVS$$ \ /CVS/ \ + \.svn \ /debian \ \.classes \ ~$$ \ -- 2.49.0