-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
13 lines (13 loc) · 823 Bytes
/
Copy path.gitattributes
File metadata and controls
13 lines (13 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# See ../ai/RELEASE.md's multi-extension distribution section: an
# extension with no real changes this release cycle keeps its
# <last-released>--stable.sql update script un-renamed (a genuine no-op),
# rather than promoting it to a real versioned update script. That file
# must never ship in a release archive -- nothing in a tagged release
# has default_version = 'stable' for any extension, so a file only
# reachable via that pseudo-version would be permanently unreachable,
# confusing cruft in the archive. Safe as a blanket glob here (unlike
# .gitignore's exact-filename version of this same exclusion): by the
# time `make dist` archives a tag, any extension that DID change already
# had its stable-named file renamed away, so only genuine no-ops can
# still match this pattern.
sql/*--stable.sql export-ignore