Add ignore for svn, cvs and git
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 09:37:34 +0000 (09:37 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 09:37:34 +0000 (09:37 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2515 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/const.py

index 37e9f93b26b2f98cb5e71affa3a325613f0072aa..8ddb7004c23f52a0fa7e845de812d60fd917771e 100644 (file)
@@ -59,7 +59,9 @@ EXTENSION_FILTER = (
 )
 
 IGNORE_LIST = (
-    "*svn*",
+    "*/.svn",
+    "*/CVS",
+    "*/.git",
 )
 
 MODULE_DEFINITION = {