2023-04-08 14:09:25 -06:00
|
|
|
# Ignore everything
|
|
|
|
*
|
2023-08-31 19:50:32 -06:00
|
|
|
!/go-capnp
|
2023-04-08 14:09:25 -06:00
|
|
|
|
|
|
|
# But not these files...
|
|
|
|
!/.gitignore
|
|
|
|
|
|
|
|
!*.go
|
2023-08-31 19:50:32 -06:00
|
|
|
*.capnp.go
|
2023-04-08 14:09:25 -06:00
|
|
|
!go.sum
|
|
|
|
!go.mod
|
2023-08-31 19:50:32 -06:00
|
|
|
!*.capnp
|
2023-04-08 14:09:25 -06:00
|
|
|
|
|
|
|
!README.md
|
|
|
|
!LICENSE
|
|
|
|
|
|
|
|
!Makefile
|
|
|
|
|
|
|
|
# ...even if they are in subdirectories
|
|
|
|
!*/
|