#
# $Id: dottkinspect,v 1.2 1993/06/11 13:34:39 sls Exp $
#
# Default configuration file for tkinspect.  When tkinspect starts,
# it looks for $HOME/.tkinspect and $tkinspect_library/dottkinspect and
# sources the first one it finds.
#
# The default patterns are set through the variables defaultProcPatterns,
# defaultGlobalPatterns, and defaultWindowPatterns.
#

set defaultProcPatterns {exclude {^auto_.* ^tk_.*}}
set defaultGlobalPatterns {exclude {^auto_.* ^tk_.*}}
set defaultWindowPatterns {exclude {}}
