mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
172ad053ff
Defaulting to fedora makes it a pain to override mkosi.default point to one of the other mkosi settings files. Instead, have every developer manually add the symlink to his distro of choice and don't commit the symlink to the repository by putting it in the .gitignore.
40 lines
388 B
Plaintext
40 lines
388 B
Plaintext
*.a
|
|
*.cache
|
|
*.gch
|
|
*.log
|
|
*.o
|
|
*.plist
|
|
*.py[co]
|
|
*.stamp
|
|
*.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
|
|
/tags
|