Skip to content

Commit

Permalink
Fix ignore of direct table test files.
Browse files Browse the repository at this point in the history
This is introduced by direct table commits, each time run regress
test will get files as below.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        expected/directory_table.out
        expected/directory_table_optimizer.out
        sql/directory_table.sql

Authored-by: Zhang Mingli avamingli@gmail.com
  • Loading branch information
avamingli committed Jul 8, 2024
1 parent 0265c23 commit c87fc6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/regress/expected/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@
/external_table_persistent_error_log.out
/external_table_union_all.out
/external_table_union_all_optimizer.out
/directory_table.out
/directory_table_optimizer.out
1 change: 1 addition & 0 deletions src/test/regress/sql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@
/workfile_mgr_test.sql
/external_table_persistent_error_log.sql
/external_table_union_all.sql
/directory_table.sql

0 comments on commit c87fc6d

Please sign in to comment.