Files
systemd/.gitignore
jouyouyun 85eae6ba35 gitignore: add aider
Aider is an open-source AI coding assistant. When used, it generates history,
cache, and other files in the project. To prevent these files from being committed, you need to add .aider* to your .gitignore file
2025-10-20 11:39:25 +01:00

37 lines
370 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.key
/mkosi/mkosi.crt
/mkosi.tools/
/mkosi.tools.manifest
/mkosi/mkosi.local.conf
/tags
.dir-locals-2.el
.vscode/
/pkg/
.aider*