mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
mkosi: Move all mkosi configuration into mkosi/ subdirectory
Now that mkosi can automatically pick up its main configuration from a mkosi/ subdirectory if it exists and there is no configuration in the top level directory, let's make use of it to reduce the amount of clutter in the top level directory of the repository. This will also make it easier to install the mkosi configuration files as part of the testing packages later on.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -24,15 +24,11 @@ __pycache__/
|
||||
/ID
|
||||
/build*
|
||||
/install-tree
|
||||
/mkosi.builddir/
|
||||
/mkosi.output/
|
||||
/mkosi.installdir/
|
||||
/mkosi.key
|
||||
/mkosi.crt
|
||||
/mkosi.tools/
|
||||
/mkosi.tools.manifest
|
||||
/.mkosi-private/
|
||||
mkosi.local.conf
|
||||
/mkosi/mkosi.local.conf
|
||||
/tags
|
||||
.dir-locals-2.el
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user