mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
42 lines
530 B
Text
42 lines
530 B
Text
*.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
|
|
/image.raw.manifest
|
|
/install-tree
|
|
/.mkosi-*
|
|
/mkosi.builddir/
|
|
/mkosi.output/
|
|
/mkosi.installdir/
|
|
/mkosi.key
|
|
/mkosi.crt
|
|
# Ignore any mkosi config files with "local" in the name
|
|
/mkosi.conf.d/**/*local*.conf
|
|
mkosi.conf
|
|
/tags
|
|
.dir-locals-2.el
|
|
.vscode/
|