mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 18:43:18 +08:00
Add missing gitignore entry
Pull request #4998 introduced a new template SQL test file but missed to add the properly `.gitignore` entry to ignore generated test files.
This commit is contained in:
parent
e84a6e2e65
commit
35fa891013
1
test/sql/.gitignore
vendored
1
test/sql/.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
/partitioning-*.sql
|
/partitioning-*.sql
|
||||||
/partitionwise-*.sql
|
/partitionwise-*.sql
|
||||||
/plan_expand_hypertable-*.sql
|
/plan_expand_hypertable-*.sql
|
||||||
|
/plan_hashagg-*.sql
|
||||||
/plan_hashagg_optimized-*.sql
|
/plan_hashagg_optimized-*.sql
|
||||||
/plan_hypertable_cache-*.sql
|
/plan_hypertable_cache-*.sql
|
||||||
/plan_hypertable_inline-*.sql
|
/plan_hypertable_inline-*.sql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user