X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=f67b0bcdbaafd63875369fd626da05428023e442;hb=8d22a2e350167e155a798ae50844e49e8597eb96;hp=37e9f93b26b2f98cb5e71affa3a325613f0072aa;hpb=0766963bc9873ffcecd9b1f4440926d04e224142;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 37e9f93b..f67b0bcd 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -59,7 +59,9 @@ EXTENSION_FILTER = ( ) IGNORE_LIST = ( - "*svn*", + "*/.svn", + "*/CVS", + "*/.git", ) MODULE_DEFINITION = { @@ -67,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