117 "### while importing or adding files and directories.", |
117 "### while importing or adding files and directories.", |
118 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.", |
118 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.", |
119 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc", |
119 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc", |
120 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store", |
120 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store", |
121 " *.orig *.bak cur tmp __pycache__ .directory", |
121 " *.orig *.bak cur tmp __pycache__ .directory", |
122 " .ropeproject .eric4project .eric5project", |
122 " .ropeproject .eric4project .eric5project .eric6project", |
123 " _ropeproject _eric4project _eric5project", |
123 " _ropeproject _eric4project _eric5project _eric5project", |
124 "### Set log-encoding to the default encoding for log messages", |
124 "### Set log-encoding to the default encoding for log messages", |
125 "# log-encoding = latin1", |
125 "# log-encoding = latin1", |
126 "### Set use-commit-times to make checkout/update/switch/revert", |
126 "### Set use-commit-times to make checkout/update/switch/revert", |
127 "### put last-committed timestamps on every file touched.", |
127 "### put last-committed timestamps on every file touched.", |
128 "# use-commit-times = yes", |
128 "# use-commit-times = yes", |