From 7ac4f6b7236d228decd7a9068d412c7525394901 Mon Sep 17 00:00:00 2001 From: clawbot <35+clawbot@noreply.example.org> Date: Mon, 21 Sep 2026 15:01:57 +0200 Subject: [PATCH] Remove dead files.dat references from build config (closes #22) files.dat was the scan format before the SQLite database; nothing has produced it since. Drop the stale references from the Makefile clean target, .gitignore and .dockerignore. make clean still removes the binary and .gitignore still covers the database files. The only remaining mention is the historical entry in TODO.md. Model: opus-4-8 (implementation); fable-5-1 (merge) --- .dockerignore | 1 - .gitignore | 1 - Makefile | 2 +- TODO.md | 4 ++++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 3522d5b..fd9fbce 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,6 @@ .claude .DS_Store sfdupes -files.dat *.log *.out *.test diff --git a/.gitignore b/.gitignore index fe37e88..56ba247 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ node_modules/ *.log # Local scan data -files.dat *.sqlite *.sqlite-shm *.sqlite-wal diff --git a/Makefile b/Makefile index 57bd44e..67c7260 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ hooks: @script/install-precommit clean: - rm -f $(BINARY) files.dat + rm -f $(BINARY) diff --git a/TODO.md b/TODO.md index 3da0b6c..2044a7d 100644 --- a/TODO.md +++ b/TODO.md @@ -29,6 +29,10 @@ # Completed Steps +- remove the dead `files.dat` references from `Makefile`, `.gitignore` + and `.dockerignore` (2026-09-21, branch `next`, closes + https://git.eeqj.de/sneak/sfdupes/issues/22) + - fix the lint-image pin comments and `FROM` form in `Dockerfile` and `Dockerfile.lint` (2026-08-10, branch `next`, closes https://git.eeqj.de/sneak/sfdupes/issues/25): dropped the false