|
|
|
|
|
|
|
/bin/
|
|
|
|
/lib/
|
|
|
|
#The directories for compiled/built Tcl modules and libraries
|
|
|
|
/modules/
|
|
|
|
/modules_tcl8/
|
|
|
|
/modules_tcl9/
|
|
|
|
/lib/
|
|
|
|
/lib_tcl8/
|
|
|
|
/lib_tcl9/
|
|
|
|
|
|
|
|
#Temporary files e.g from tests
|
|
|
|
/tmp/
|
|
|
|
|
|
|
|
/logs/
|
|
|
|
**/_aside/
|
|
|
|
scratch*
|
|
|
|
|
|
|
|
#working directories
|
|
|
|
**/_build/
|
|
|
|
/src/docgen/
|
|
|
|
|
|
|
|
#Built documentation
|
|
|
|
/html/
|
|
|
|
/man/
|
|
|
|
/md/
|
|
|
|
/doc/
|
|
|
|
|
|
|
|
/test*
|
|
|
|
|
|
|
|
#do not ignore src/runtime folder (needed to re-include what we do want from within)
|
|
|
|
!/src/runtime
|
|
|
|
#ignore files and sub dirs in src/runtime
|
|
|
|
/src/runtime/*
|
|
|
|
#but do not ignore specific files
|
|
|
|
!/src/runtime/Readme.md
|
|
|
|
!/src/runtime/tclkit.ico
|
|
|
|
!/src/runtime/mapvfs.config
|
|
|
|
|
|
|
|
#Built tclkits (if any)
|
|
|
|
punk*.exe
|
|
|
|
tcl*.exe
|
|
|
|
|
|
|
|
#ignore fossil database files (but keep .fossil-settings and .fossil-custom in repository even if fossil not being used at your site)
|
|
|
|
_FOSSIL_
|
|
|
|
.fos
|
|
|
|
.fslckout
|
|
|
|
*.fossil
|
|
|
|
|
|
|
|
#miscellaneous editor files etc
|
|
|
|
*.swp
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
/src/modules/punk/mix/templates/utility/multishell.ps1
|
|
|
|
|
|
|
|
|
|
|
|
.punkcheck
|
|
|
|
|
|
|
|
todo.txt
|
|
|
|
|
|
|
|
zig-cache/
|
|
|
|
zig-out/
|
|
|
|
/release/
|
|
|
|
/debug/
|
|
|
|
/build/
|
|
|
|
/build-*/
|
|
|
|
/docgen_tmp/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|