eric7/Plugins/VcsPlugins/vcsPySvn/Config.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8881
54e42bc2437a
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
115 "### while importing or adding files and directories.", 115 "### while importing or adding files and directories.",
116 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.", 116 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.",
117 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc", 117 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc",
118 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store", 118 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store",
119 " *.orig *.bak cur tmp __pycache__ .directory", 119 " *.orig *.bak cur tmp __pycache__ .directory",
120 " .ropeproject .eric6project", 120 " .ropeproject .eric6project .eric7project",
121 "### Set log-encoding to the default encoding for log messages", 121 "### Set log-encoding to the default encoding for log messages",
122 "# log-encoding = latin1", 122 "# log-encoding = latin1",
123 "### Set use-commit-times to make checkout/update/switch/revert", 123 "### Set use-commit-times to make checkout/update/switch/revert",
124 "### put last-committed timestamps on every file touched.", 124 "### put last-committed timestamps on every file touched.",
125 "# use-commit-times = yes", 125 "# use-commit-times = yes",
178 "tmp", 178 "tmp",
179 "__pycache__", 179 "__pycache__",
180 ".directory", 180 ".directory",
181 ".ropeproject", 181 ".ropeproject",
182 ".eric6project", 182 ".eric6project",
183 ".eric7project",
183 ] 184 ]

eric ide

mercurial