On Tue, Oct 04, 2011 at 10:54:13AM +0200, Gilles wrote: > On Mon, 03 Oct 2011 15:59:13 +0200, Gilles > <[email protected]> wrote: > > I'd like to start using Fossil to monitor Vb.Net (2008 Express) > >projects, and need to know which files/folders I can safely ignore > >when using the "add" command. > > What is the right way to tell Fossil to ignore folders, or at least > all the files in the folder + sub-folder? > > I used the following, but it still added the files regardless > > =============== > fossil add --ignore *.exe,bin/,obj/,"My Project/" . > =============== > fossil add --ignore *.exe,bin/*,obj/*,"My Project/*" .
There may be some troubles with spaces or the quotes, I don't know. Do you run that from a 'cmd' prompt, or a 'sh' prompt? _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

