On 2017-04-10 20:00, Scott Robison wrote:
On Apr 10, 2017 12:48 PM, "Thomas" <[email protected] <mailto:[email protected]>> wrote: Example of .fossil-settings\ignore-glob: *.obj *.tlog *.VC.dbThe real file of course contains a much bigger list. I only picked these three masks as an example. Fossil happily ignores the .obj files (and many others), but no matter how hard I try, it keeps adding all .tlog and all .VC.db files (and it ignores many others too). I can't figure out a pattern that would tell me why some files/filters are accepted and work as advertised in the ignore-glob, others aren't. Is there anything I overlooked? Any help or idea is highly appreciated. I think it reads those from the repo, so you won't see anything until you've committed the files once or after changes are made.
The files it ignores (.obj, .iobj, etc) are neither in the local repository nor in the remote one.
The files it doesn't ignore (.VC.db, .log, .tlog, tec) are in both, the local and the remote repository.
I got autosnyc on. Sorry, I probably should have mentioned this. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

