--- a/eric7/Plugins/VcsPlugins/vcsSubversion/Config.py Sat May 15 19:01:16 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsSubversion/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", ]