pg_orrery/.dockerignore
Ryan Malloy 07bc4e47c6 Add Docker packaging for pg_orbit extension
Three-stage Dockerfile: Ubuntu 22.04 builder (glibc-matched to
TimescaleDB-HA), scratch artifact image (~748KB), and standalone
postgres:17 image. All 6 regression suites run during build.
Makefile gains docker-build, docker-push, and docker-test targets.
2026-02-16 00:16:16 -07:00

19 lines
151 B
Plaintext

.git
**/*.o
**/*.bc
**/*.so
**/*.dylib
results/
tmp_check/
log/
regression.diffs
regression.out
docs/
README.md
LICENSE
*.swp
*.swo
*~
.vscode/
.idea/