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.
This commit is contained in:
Eberhard Beilharz 2022-10-13 10:22:05 +02:00
parent 819e134b8d
commit 88ebac31cc
No known key found for this signature in database
GPG key ID: E9140597606020D3

14
.gitignore vendored
View file

@ -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