From d8a01fea336136fc79dc6807a504c1f5149b59bf Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 25 Jan 2017 13:25:21 +0100 Subject: [PATCH] Ignore more generated files Also fixes ignores after systemd module split --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25506f156..e35f43ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ /dracut-gencmdline.8 /dracut.html /dracut.kernel.7 +/dracut.pc +/dracut-install /modules.d/99base/switch_root /test/*/test.log test*.img @@ -15,5 +17,7 @@ test*.img /install/dracut-install /*.rpm /*.[0-9] -/modules.d/98systemd/*.service.8 +/modules.d/98dracut-systemd/*.service.8 /*.sign +*.o +skipcpio/skipcpio -- 2.47.2