mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
23 lines
602 B
Plaintext
23 lines
602 B
Plaintext
# 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.*
|
|
# We do build manpages from markdown
|
|
!docs/
|
|
# We use the spec file
|
|
!contrib/
|
|
# The systemd units and baseimage bits end up in installs
|
|
!systemd/
|
|
!baseimage/
|
|
# Workaround for podman bug with secrets + remote
|
|
# https://github.com/containers/podman/issues/25314
|
|
!podman-build-secret*
|
|
# And finally of course all the Rust sources
|
|
!crates/
|