From 18d111392a56fd44961433f3cce78c7e0aa0fe8b Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Tue, 11 Jan 2022 08:52:06 +0100 Subject: [PATCH] .gitignore: only ignore cockpit.socket We only dynamically generate a single .socket file now. The rest of them are in version control and installed verbatim. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e3d84252791..b6d108ec306e 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,7 @@ Makefile.in /src/cockpit.egg-info/ /src/common/fail-html.c /src/systemd/cockpit*.service -/src/systemd/cockpit*.socket +/src/systemd/cockpit.socket /src/systemd/tmpfiles.d/cockpit-ws.conf /src/tls/cockpit-certificate-helper /src/ws/cockpit-desktop