diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-08 17:19:39 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-08 17:19:39 -0600 |
| commit | 9b0fada2a36e936e4740e2a217f4e19806d7411b (patch) | |
| tree | 420c31eec86398b116d93249e47f24aaf8237d3c /.gitignore | |
| parent | 56880ee4d9a8a5a05f275fd9f710dfe31aa8fb79 (diff) | |
- Add .gitignore to exclude docs/ directory (session notes)
- Fix comment alignment in config.def.h for exitcmd
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77f12ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +docs/ |
