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", |