Files
systemd/.gitignore
Daan De Meyer 83e872b4c2 agent: Minimize the amount of instructions in AGENTS.md
Let's only keep instructions for stuff that we've seen the AI
mess up in practice rather than having a bunch of AI generated
text that it can figure out for itself these days (given it was
trained on systemd's source code in the first place).

Also add a rule to use git worktrees and check out PRs locally when
reviewing them, since I've seen it mess that up in practice.
2026-03-06 10:20:25 +01:00

40 lines
428 B
Plaintext

*.cache
*.plist
*.py[co]
*.swp
*.trs
*~
.config.args
.gdb_history
.deps/
.venv/
.mypy_cache/
.mkosi-private/
__pycache__/
/*.gcda
/*.gcno
/*.tar.bz2
/*.tar.gz
/*.tar.xz
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/TAGS
/ID
/build*
/install-tree
/mkosi/mkosi.crt
/mkosi/mkosi.key
/mkosi/mkosi.local.conf
/mkosi/mkosi.tools
/mkosi/mkosi.tools.manifest
/mkosi.tools/
/mkosi.tools.manifest
/tags
.dir-locals-2.el
.vscode/
/pkg/
.aider*
/worktrees