diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-02 17:19:14 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-06-02 17:19:14 -0700 |
| commit | 924746b8ab4904d24a3cb242b95e8b91f0970129 (patch) | |
| tree | c0f991e2d74665c9f3e184bd31543faf1785db45 /.gitignore | |
initial (functional?) version
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d60893 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +TAGS +*~ +test/* +testout/* +testbak/* +dist-newstyle
\ No newline at end of file |
