# Ignore everything
*
!/go-capnp

# But not these files...
!/.gitignore

!*.go
*.capnp.go
!go.sum
!go.mod
!*.capnp

!README.md
!LICENSE

!Makefile

# ...even if they are in subdirectories
!*/