mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
Like done in c7113f6b3c,
sometimes we want to create mkosi.local.conf in a sub-mkosi directory,
e.g. mkosi.tools.conf.d/mkosi.local.conf, and of course we should not
take these files into git repository.
40 lines
431 B
Plaintext
40 lines
431 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
|