Hello This is what I use to configure Fossil to ignore some VB.Net file extensions that don't need to be put into the repo:
C:\>fossil settings --global ignore-glob "*.exe,*.pdb,*.vb~*,*/bin/*,*/obj/*" I'd like to know when to use "--global" to check if I really need it. Thank you. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

