mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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:
parent
819e134b8d
commit
88ebac31cc
1 changed files with 6 additions and 8 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue