From 591bd6bd63f404842015977e01b7a63291093406 Mon Sep 17 00:00:00 2001 From: fvogel Date: Wed, 4 Jan 2017 16:33:28 +0000 Subject: Added more glob patterns in order to ignore html generated documentation and Windows-specific compilation products when running fossil extra --- .fossil-settings/ignore-glob | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index 2f93505..2126c62 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -6,6 +6,7 @@ *.lib *.o *.obj +*.pdb *.res *.sl *.so @@ -17,6 +18,7 @@ */tclsh* */tcltest* */versions.vc +html libtommath/bn.ilg libtommath/bn.ind libtommath/pretty.build @@ -38,5 +40,7 @@ unix/dltest.marker unix/tcl.pc unix/tclIndex unix/pkgs/* +win/Debug_VC* +win/Release_VC* win/pkgs/* win/tcl.hpj -- cgit v0.12