This is an automated email from the ASF dual-hosted git repository.
avamingli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 470a8f2d66 Ignore temp files. (#755)
470a8f2d66 is described below
commit 470a8f2d66490f26b6d0767781453b60059734a3
Author: Zhang Mingli <[email protected]>
AuthorDate: Fri Dec 6 14:50:44 2024 +0800
Ignore temp files. (#755)
These are introduced by directory_table and bfv_copy cases.
Authored-by: Zhang Mingli [email protected]
---
src/test/regress/.gitignore | 14 ++++++++++++++
src/test/regress/expected/.gitignore | 1 +
src/test/regress/sql/.gitignore | 1 +
3 files changed, 16 insertions(+)
diff --git a/src/test/regress/.gitignore b/src/test/regress/.gitignore
index 560a728ceb..52c4386413 100644
--- a/src/test/regress/.gitignore
+++ b/src/test/regress/.gitignore
@@ -33,3 +33,17 @@ stdout
# Note: regression.* are only left behind on a failure; that's why they're not
ignored
#/regression.diffs
#/regression.out
+
+# generated by directory_table cases
+data/aa.bb
+data/cc.dd
+data/dir_table1
+data/dir_table2
+data/nation.txt
+data/nation1
+data/nation2.gz
+data/nation2.txt
+data/nation3.txt
+data/nation4.txt
+data/unknown
+
diff --git a/src/test/regress/expected/.gitignore
b/src/test/regress/expected/.gitignore
index a621cd3224..f731353e4b 100644
--- a/src/test/regress/expected/.gitignore
+++ b/src/test/regress/expected/.gitignore
@@ -64,3 +64,4 @@
/directory_table_optimizer.out
/tag.out
/ao_unique_index_partition.out
+/bfv_copy.out
diff --git a/src/test/regress/sql/.gitignore b/src/test/regress/sql/.gitignore
index c4b4bcf5ad..1ac0205f3e 100644
--- a/src/test/regress/sql/.gitignore
+++ b/src/test/regress/sql/.gitignore
@@ -61,3 +61,4 @@
/directory_table.sql
/tag.sql
/ao_unique_index_partition.sql
+/bfv_copy.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]