Use custom copytree function and don't copy svn directories
[bertos.git] / wizard / const.py
index c478697f0d2e83494df607057d5bad8ef9e6f43c..37e9f93b26b2f98cb5e71affa3a325613f0072aa 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 # All rights reserved.
 #
-# $Id:$
+# $Id$
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -58,6 +58,10 @@ EXTENSION_FILTER = (
     "Makefile",
 )
 
+IGNORE_LIST = (
+    "*svn*",
+)
+
 MODULE_DEFINITION = {
     "module_name": "module_name",
     "module_configuration": "module_configuration",