Correct the bug of the copy of svn files
[bertos.git] / wizard / const.py
index 8ddb7004c23f52a0fa7e845de812d60fd917771e..0c43b1eb17f3bdfd4778a0b3b6b8a73d932107bf 100644 (file)
@@ -59,9 +59,9 @@ EXTENSION_FILTER = (
 )
 
 IGNORE_LIST = (
-    "*/.svn",
-    "*/CVS",
-    "*/.git",
+    ".svn",
+    "CVS",
+    ".git",
 )
 
 MODULE_DEFINITION = {
@@ -69,4 +69,6 @@ MODULE_DEFINITION = {
     "module_configuration": "module_configuration",
     "module_depends": "module_depends",
     "module_harvard": "module_harvard",
+    "module_hw": "module_hw",
+    "module_supports": "module_supports",
 }
\ No newline at end of file