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:
Fabrízio de Royes Mello 2022-11-22 17:35:00 -03:00
parent e84a6e2e65
commit 35fa891013

1
test/sql/.gitignore vendored
View File

@ -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