Overview
Artifact ID: | 2bcc20ff49878d0efa03e35254c60040e92d01a3 |
---|---|
Ticket: | 2cfd96b2ba71370fdaf3dd60d068f6987b1999d2
Improve ignore-glob |
User & Date: | anonymous 2011-04-24 06:43:09 |
Changes
- comment changed to:
When working with multiple 3rdparty libraries and generated files the <code>ignore-glob</code> entry gets unwieldy. For instance my current: <blockquote><code>*~,*.org,*/tags,*/types_c.vim,*.dep,*.dll,*.exe,*.exp,*.idb,*.ilk,*.lib,*.manifest,*.ncb,*.o,*.obj,*.pdb,*.res,*.suo,*.user,*/Debug/*,*/Release/*,*/Win32_LIB_Debug/*,*/Win32_LIB_Release/*,*/debug/*,*/obj/*,*/release/*,*/BuildLog.htm,src/3rdparty/lua/work/*,src/3rdparty/ogre3d.org-out/*,src/3rdparty/MyGUI/MyGUI-src/Docs/Doxyfile,src/3rdparty/MyGUI/MyGUI-src/Docs/html/*</code></blockquote> While this is manageable with a decent text editor (<small><code>s/,/<c-v><cr>/g</code></small>), an expanded format would be very welcome. I propose little more than changing the setting page's <code>ignore-glob</code> input ctrl to a multi-line input ctrl, and accepting a pattern per line in addition to the comma separated list that is current. Further enhancement could include comments. (I found such rather handy when using Mercurial) Thank you for Fossil (=
- foundin changed to: "047e06193b"
- private_contact changed to: "f9dfc6dbcfe1f4499e7151278fe2f4ba55af9606"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Improve ignore-glob"
- type changed to: "Feature_Request"