Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | ef80cbf52f4b565635123e0eed25839489f117aa |
|---|---|
| Date: | 2010-03-16 14:27:04 |
| User: | jeremy_c |
| Comment: | Provide more space on the ignore-glob entry in the UI. |
Tags And Properties
- branch=trunk inherited from [a28c83647d] branch timeline
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Changes to src/setup.c
@@ -853,11 +853,11 @@
onoff_attribute("Modification times used to detect changes",
"mtime-changes", "mtime-changes", 0);
@ <p>Use file modification times (mtimes) to detect when files have been modified.</p>
@ <hr>
- entry_attribute("File Ignore Glob", 16,
+ entry_attribute("File Ignore Glob", 40,
"ignore-glob", "ignore-glob", "");
@ <p>Cause the 'extra' command to ignore files matching the glob. Example:
@ '*.o,*.a,*.bck,*~'</p>
@ <hr>