diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:34:03 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:34:03 (GMT) |
commit | 52862763d3a3bc08041532e0afc9bf27ef9abbe0 (patch) | |
tree | 3025c3c0cf433e86ae24c170408d37cbed5991ac | |
parent | 6c67fa6248b76a800bbd47bdc27bfec84e1f0de4 (diff) | |
parent | 591bd6bd63f404842015977e01b7a63291093406 (diff) | |
download | tcl-52862763d3a3bc08041532e0afc9bf27ef9abbe0.zip tcl-52862763d3a3bc08041532e0afc9bf27ef9abbe0.tar.gz tcl-52862763d3a3bc08041532e0afc9bf27ef9abbe0.tar.bz2 |
Added more glob patterns in order to ignore html generated documentation and Windows-specific compilation products when running fossil extra
-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 |