> Hello,
>
> What about?
>
> fossil ignore file1 file2 ...
>
> In this case, fossil would store the names of the files in the
> repository. These files would not appear in "fossil extras" and
> would give an error if "fossil add"
>
> fossil ignore directory1 ... directory2 ...
>
> the same, but would apply to all files inside that directories
> (fossil would only store the directory name)
>
> ignored files could be considered again by using "fossil rm file1"
> or "fossil unignore file1"
>
> Another interesting addition to fossil would be a "fossil extras"
> that only gave the extra files inside current directory
>

I wrote this already but ran into a few problems, i.e.

fossil ignore *.bck

I want it to ignore just that, all .bck files but the shell was always 
expanding it. I tried quotes and ^ w/o luck. On windows here. My interface was 
something along the lines of:

fossil ignore add filea fileb ...
fossil ignore remove filea fileb ... 
fossil ignore list

Jeremy

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

Reply via email to