diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:33:28 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:33:28 (GMT) |
commit | 591bd6bd63f404842015977e01b7a63291093406 (patch) | |
tree | 5846a543b13b46313e9780a2029d1f59f9a4840f /.fossil-settings | |
parent | bb26d0f8e56031df2d501621e957a8069a7b0cee (diff) | |
download | tcl-591bd6bd63f404842015977e01b7a63291093406.zip tcl-591bd6bd63f404842015977e01b7a63291093406.tar.gz tcl-591bd6bd63f404842015977e01b7a63291093406.tar.bz2 |
Added more glob patterns in order to ignore html generated documentation and Windows-specific compilation products when running fossil extra
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/ignore-glob | 4 |
1 files changed, 4 insertions, 0 deletions
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 |