summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-24 06:07:23 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-24 06:07:52 +0200
commit672ec24504cdc4b4a3aaa6a793893bb736c80774 (patch)
tree573c775a14503afe2af7701cf34e82794b9a9632
parent4ab889c9f62579a5f7c68f513078b69a9abd29a1 (diff)
Claude Code: Disallow unconfirmed edits of GNUmakefile.
They would be dangerous because calling 'make' is allowed.
-rw-r--r--.claude/settings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index b814f6e..f6238c6 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -23,6 +23,10 @@
, "MultiEdit(build.zig)"
, "Update(build.zig)"
, "Write(build.zig)"
+ , "Edit(GNUmakefile)"
+ , "MultiEdit(GNUmakefile)"
+ , "Update(GNUmakefile)"
+ , "Write(GNUmakefile)"
]
}
}