From 172ad053ffb39321deb918c432114f35ec2c66a3 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 16 Jul 2020 21:27:50 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3