Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -10,11 +10,13 @@ install-sh Makefile pkgIndex.tcl tcc/* work/* -tcltcc.o -tcltcc-static.a -tcltcc.so -tcltcc.sl -tcltcc.syms -tcltcc.vers +INST/* +tcc4tcl.o +tcc4tcl-static.a +tcc4tcl.so +tcc4tcl.sl +tcc4tcl.dylib +tcc4tcl.syms +tcc4tcl.vers Index: build/makearch.info ================================================================== --- build/makearch.info +++ build/makearch.info @@ -38,6 +38,6 @@ # This script is executed immediately prior to creation of the # tarball AFTER="" # Files matching these (space-seperated) patterns are deleted -TMPS="*.out HEADER build work" +TMPS="*.out HEADER build work INST"