From 88ebac31cce41b8e1d5a6a5548ea43ccd1b21b81 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 13 Oct 2022 10:22:05 +0200 Subject: [PATCH] chore(linux): Adjust Linux specific files in `.gitignore` During Linux packaging some files get put in the root of the source directory. This change limits these files in `.gitignore` to the root directory. It would be better to not generate these files in the root directory in the first place, but that's not trivial and a separate task. --- .gitignore | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2f5f7e6dbf..b1b97f583f 100644 --- a/.gitignore +++ b/.gitignore @@ -176,11 +176,9 @@ Thumbs.db # Linux packaging related /debian/ -results/ -*.deb -*.ddeb -*.dsc -*.build -*.buildinfo -*.changes -*.tar.?z +/results/ +/keyman*.deb +/keyman*.ddeb +/keyman*.buildinfo +/keyman*.changes +/keyman*.tar.?z