diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81b9c00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# build artifacts -- regenerate with `make` +config.h +*.o +timer +ttym-*.tar.gz + +# local Claude Code settings +CLAUDE.md +.claude/settings.local.json |
