2025-09-19 15:40:44 -04:00
|
|
|
# Exclude everything by default, then include just what we need
|
|
|
|
|
# Especially note this means that .git is not included, and not tests/
|
|
|
|
|
# to avoid spurious rebuilds.
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
# This one signals we're in a bootc toplevel
|
|
|
|
|
!ADOPTERS.md
|
|
|
|
|
# Toplevel build bits
|
|
|
|
|
!Makefile
|
|
|
|
|
!Cargo.*
|
2025-11-16 11:48:43 -05:00
|
|
|
# License and doc files needed for RPM
|
|
|
|
|
!LICENSE-*
|
|
|
|
|
!README.md
|
2025-09-19 15:40:44 -04:00
|
|
|
# We do build manpages from markdown
|
|
|
|
|
!docs/
|
|
|
|
|
# We use the spec file
|
|
|
|
|
!contrib/
|
2026-01-06 14:55:05 -05:00
|
|
|
# This is used to add content on top of our default base
|
|
|
|
|
!hack/
|
2025-09-19 15:40:44 -04:00
|
|
|
# The systemd units and baseimage bits end up in installs
|
|
|
|
|
!systemd/
|
|
|
|
|
!baseimage/
|
2025-10-07 16:55:03 -04:00
|
|
|
# Workaround for podman bug with secrets + remote
|
|
|
|
|
# https://github.com/containers/podman/issues/25314
|
|
|
|
|
!podman-build-secret*
|
2025-09-19 15:40:44 -04:00
|
|
|
# And finally of course all the Rust sources
|
|
|
|
|
!crates/
|