mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
21c7bc1dad
Those made sense when autotoolz were used. With meson, everything should land in the build dir, and this is only likely to obscure issues with custom build rules. C.f. https://github.com/systemd/systemd/pull/20429#issuecomment-988132332
37 lines
450 B
Plaintext
37 lines
450 B
Plaintext
*.cache
|
|
*.plist
|
|
*.py[co]
|
|
*.swp
|
|
*.trs
|
|
*~
|
|
.config.args
|
|
.gdb_history
|
|
.deps/
|
|
.mypy_cache/
|
|
__pycache__/
|
|
/*.gcda
|
|
/*.gcno
|
|
/*.tar.bz2
|
|
/*.tar.gz
|
|
/*.tar.xz
|
|
/GPATH
|
|
/GRTAGS
|
|
/GSYMS
|
|
/GTAGS
|
|
/TAGS
|
|
/ID
|
|
/build*
|
|
/coverage/
|
|
/image.raw
|
|
/.#image.raw.lck
|
|
/image.raw.cache-pre-dev
|
|
/image.raw.cache-pre-inst
|
|
/install-tree
|
|
/.mkosi-*
|
|
/mkosi.builddir/
|
|
/mkosi.output/
|
|
/mkosi.default
|
|
# Ignore any mkosi config files with "local" in the name
|
|
/mkosi.default.d/**/*local*.conf
|
|
/tags
|