This sounds good! -Altu -----Original Message----- From: Jeremy Cowgar <[email protected]> To: [email protected]; [email protected] Sent: Wed, Feb 10, 2010 11:07 pm Subject: Re: [fossil-users] Extra files and new files
> 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 *.bckI 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 listJeremy_______________________________________________fossil-users mailing [email protected]http://lists.fossil-scm.org:8080/cgi -bin/mailman/listinfo/fossil-users _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

