Extended the list of excludes for the creation of .hgignore file.

Fri, 26 Aug 2011 19:38:24 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 26 Aug 2011 19:38:24 +0200
changeset 1237
a6b7e93f649c
parent 1234
fc3545de8449
child 1239
697757468865

Extended the list of excludes for the creation of .hgignore file.

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Aug 26 19:30:45 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri Aug 26 19:38:24 2011 +0200
@@ -1842,11 +1842,17 @@
         status = False
         ignorePatterns = [
             "glob:.eric5project",
+            "glob:_eric5project",
             "glob:.ropeproject",
+            "glob:_ropeproject",
             "glob:.directory",
             "glob:**.pyc",
+            "glob:**.pyo",
             "glob:**.orig",
             "glob:**.bak",
+            "glob:**.rej",
+            "glob:**~",
+            "glob:__pycache__",
         ]
         
         ignoreName = os.path.join(name, ".hgignore")

eric ide

mercurial