diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 19:29:28 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 19:29:28 -0400 |
| commit | 0bba31912665a82f848642e6b4247071a3ee177a (patch) | |
| tree | ae5c3ac7501a0841c9a858d6559a0dfb7db69035 /.gitignore | |
| parent | 94993c5f113b27083e586c7620eb896fe750c6d1 (diff) | |
Big overhaul:
- Clean up environment code using type strings instead of manually
defining types
- Add Commands module
- Move Shell lang into an example module that uses Commands module
- Fix some bugs with chained library dependencies
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,6 +7,9 @@ /tags /test/* !/test/*.tm -/examples/* +/examples !/examples/*.tm -!/examples/*.ini +!/examples/*/*.tm +!/examples/*/*.ini +!/examples/*/*.md +/junk |
