On Tue, May 25, 2010 at 8:40 AM, <[email protected]> wrote:

> I am thinking about taking a stab at implementing an ignore-list feature
> similar to git's .gitignore to prevent pesky and unwanted files from making
> it into commits.  If this feature already exists in Fossil I have overlooked
> it.
>
> My initial plan is to have a list of patterns contained within a versioned
> file.  When an add is done, Fossil will check to see if the ignore-list file
> exists, and if so subsequently check each file to be added against that
> list.
>
> Any thoughts on this?
>

See the "ignore-glob" setting.



>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
---------------------
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to