diff options
| author | blasty <peter@haxx.in> | 2026-08-15 11:01:06 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-08-15 11:01:06 +0200 |
| commit | 8a8e7f8b34acbc6fafbb17331260a7af093411d7 (patch) | |
| tree | b2e13a6d394fbfea45659b3c4127a734d5af8765 /.gitignore | |
| parent | Re-check the upstream findings report against 0.6.1 (diff) | |
| download | ida-tui-8a8e7f8b34acbc6fafbb17331260a7af093411d7.tar.gz ida-tui-8a8e7f8b34acbc6fafbb17331260a7af093411d7.tar.xz ida-tui-8a8e7f8b34acbc6fafbb17331260a7af093411d7.zip | |
Add MIT licence and contributor guide
Also ignore the local-only working artifacts (.auto/, .agents/, plan/,
rehearsed-engineer.md) so they stay on disk and out of the repo.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,3 +24,9 @@ tests/.synthetic/ # the upstream port patch, kept locally for reference only ida-codemode-mcp.patch + +# local-only working artifacts (never published) +.auto/ +.agents/ +plan/ +rehearsed-engineer.md |
