Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ control.mk
.deps/

# built targets
# Note: Version-specific files (sql/*--*.sql) are now tracked in git and should be committed
# Note: Version-specific files (sql/*--*.sql) are frozen releases and are
# tracked in git / committed -- EXCEPT sql/object_reference--stable.sql below,
# which is not a release: 'stable' is a build-time literal that control.mk
# regenerates from sql/object_reference.sql on every build, so committing it
# would just be duplicated, driftable content.
sql/object_reference--stable.sql

# Test artifacts
results/
Expand Down
Loading
Loading