Utilities/__init__.py

changeset 177
c822ccc4d138
parent 159
2e79b9c72e59
child 343
f23d1272de6b
child 567
5dcea6a6c0d0
--- a/Utilities/__init__.py	Sun Apr 11 11:46:28 2010 +0000
+++ b/Utilities/__init__.py	Mon Apr 12 17:45:51 2010 +0000
@@ -634,7 +634,12 @@
             if checkStop and checkStop():
                 break
             
-            if entry in ['CVS', '.svn', '_svn', '.hg', '.ropeproject']:
+            if entry in ['CVS', 'cvs', 
+                         '.svn', '_svn', 
+                         '.hg', '_hg', 
+                         '.ropeproject', '_ropeproject',
+                         '.eric5project', '_eric5project', 
+                         '.issues', '_issues']:
                 continue
             
             fentry = os.path.join(path, entry)

eric ide

mercurial