* Dirty dirty hack so that beta testers can try Wayland on server ahead of libportal 0.8.x distribution * Install deps for subprojects that are added with --meson-no-system * Use `RuntimeError` * Remove `packagefiles` from `.gitignore` * Add ignored packagefiles * Improve comment * Update ChangeLog
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
# Ignore all files in the subprojects directory.
|
|
*
|
|
|
|
# Except for the wrap files.
|
|
!.gitignore
|
|
!*.wrap
|
|
!packagefiles/*
|
|
|
|
# Ignore wraps added by subprojects.
|
|
gi-docgen.wrap
|
|
munit.wrap
|