summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-18 09:16:34 +0300
committerPaul Buetow <paul@buetow.org>2025-06-18 09:16:34 +0300
commitbc62af9dc52dbfb0eb8569a78849ae4d0dd4fc57 (patch)
tree3cc797b07544e15cd8e0ccf3a1010cea3d8a8100 /.gitignore
parent67a6b9d8e8e8dc83d5ea3e5859e631a0dfa9dabe (diff)
Remove old channel-based implementation files
- Delete obsolete readfile.go, readfilelcontext.go, tailfile.go, catfile.go - Clean up deprecated comments in readcommand.go - Add *.query to .gitignore for temporary test files - DTail now operates purely in channelless mode - All tests passing after cleanup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6d98334..9a1dda1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*_proprietary.go
*.csv
*.tmp
+*.query
*.out
cache/
log/