From c851b21eb093f1ebd8c094c3f84167952122a525 Mon Sep 17 00:00:00 2001 From: Romadelf <50693220+Romadelf@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:14:33 +0200 Subject: [PATCH] Ignoring files created during configure to be consistent with other files generated from .in templates (#3188) * Ignoring files created during configure to be consistent with other files generated from .in templates --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 709ecd9d..c3257535 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ config.status autom4te.cache/ contrib/pacman/PKGBUILD contrib/spec/onedrive.spec +contrib/systemd/onedrive.service +contrib/systemd/onedrive@.service + # Ignore everything in the .github folder .github/* @@ -17,4 +20,4 @@ contrib/spec/onedrive.spec !.github/actions/spelling/ # Ensure spellcheck.yaml in .github is not ignored -!.github/actions/spelling/spellcheck.yaml \ No newline at end of file +!.github/actions/spelling/spellcheck.yaml