From 0d12df74a3cbe37e284445ccc0776bcf0eea9b3f Mon Sep 17 00:00:00 2001 From: Bruno Pajdek Date: Mon, 16 Dec 2024 18:59:59 +0000 Subject: [PATCH] Use .gitignores instead of .keeps @fernando Mentioned this convention should be preferred. --- .gitignore | 1 - mkosi.extra/live/usr/calamares/desktop/qml/.gitignore | 1 + mkosi.extra/live/usr/calamares/desktop/qml/.keep | 0 mkosi.sandbox/etc/pacman.d/.gitignore | 1 + mkosi.sandbox/etc/pacman.d/.keep | 0 5 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mkosi.extra/live/usr/calamares/desktop/qml/.gitignore delete mode 100644 mkosi.extra/live/usr/calamares/desktop/qml/.keep create mode 100644 mkosi.sandbox/etc/pacman.d/.gitignore delete mode 100644 mkosi.sandbox/etc/pacman.d/.keep diff --git a/.gitignore b/.gitignore index 2a899d5..e82a109 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,3 @@ mkosi.local.conf mkosi.output mkosi.sandbox/etc/pacman.conf -mkosi.sandbox/etc/pacman.d/mirrorlist diff --git a/mkosi.extra/live/usr/calamares/desktop/qml/.gitignore b/mkosi.extra/live/usr/calamares/desktop/qml/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/mkosi.extra/live/usr/calamares/desktop/qml/.gitignore @@ -0,0 +1 @@ +* diff --git a/mkosi.extra/live/usr/calamares/desktop/qml/.keep b/mkosi.extra/live/usr/calamares/desktop/qml/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/mkosi.sandbox/etc/pacman.d/.gitignore b/mkosi.sandbox/etc/pacman.d/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/mkosi.sandbox/etc/pacman.d/.gitignore @@ -0,0 +1 @@ +* diff --git a/mkosi.sandbox/etc/pacman.d/.keep b/mkosi.sandbox/etc/pacman.d/.keep deleted file mode 100644 index e69de29..0000000