From: duplo Date: Thu, 16 Apr 2009 09:37:34 +0000 (+0000) Subject: Add ignore for svn, cvs and git X-Git-Tag: 2.1.0~167 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e166e7c5254d41d8f7a4cc85441bc62635c8ac15;p=bertos.git Add ignore for svn, cvs and git git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2515 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/const.py b/wizard/const.py index 37e9f93b..8ddb7004 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -59,7 +59,9 @@ EXTENSION_FILTER = ( ) IGNORE_LIST = ( - "*svn*", + "*/.svn", + "*/CVS", + "*/.git", ) MODULE_DEFINITION = {