diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-07-16 22:27:50 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-07-16 22:44:02 +0200 |
commit | 172ad053ffb39321deb918c432114f35ec2c66a3 (patch) | |
tree | 620e829ed97e0e7a14d0af2bf626d1d2d5f8eea2 /.gitignore | |
parent | NEWS: mention source mode for MACVLAN or MACVTAP (diff) | |
download | systemd-172ad053ffb39321deb918c432114f35ec2c66a3.tar.xz systemd-172ad053ffb39321deb918c432114f35ec2c66a3.zip |
mkosi: Keep mkosi.default out of the repository.
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f47de39f3d..0b2092d740 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ __pycache__/ /.mkosi-* /mkosi.builddir/ /mkosi.output/ +/mkosi.default /tags |