eric7/Plugins/VcsPlugins/vcsPySvn/Config.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8881
54e42bc2437a
--- a/eric7/Plugins/VcsPlugins/vcsPySvn/Config.py	Sat May 15 19:01:16 2021 +0200
+++ b/eric7/Plugins/VcsPlugins/vcsPySvn/Config.py	Sat May 15 20:08:03 2021 +0200
@@ -117,7 +117,7 @@
     "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc",
     "  *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store",
     "  *.orig *.bak cur tmp __pycache__ .directory",
-    "  .ropeproject .eric6project",
+    "  .ropeproject .eric6project .eric7project",
     "### Set log-encoding to the default encoding for log messages",
     "# log-encoding = latin1",
     "### Set use-commit-times to make checkout/update/switch/revert",
@@ -180,4 +180,5 @@
     ".directory",
     ".ropeproject",
     ".eric6project",
+    ".eric7project",
 ]

eric ide

mercurial