This is an automated email from the ASF dual-hosted git repository.

boroknagyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit b341e389573cc87fcfad5a8137620c6c96bb05e1
Author: Michael Smith <michael.sm...@cloudera.com>
AuthorDate: Tue Jun 11 10:28:45 2024 -0700

    [tools] Add .gitignore for new files
    
    Adds .gitignore for test.jceks - added with IMPALA-12920 - and
    hive-site-housekeeping-on (presumably added via a Hive update).
    
    Change-Id: I3d289d465fff7c81091b28cd62b9436957f8bade
    Reviewed-on: http://gerrit.cloudera.org:8080/21503
    Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
 fe/src/test/resources/.gitignore | 2 ++
 testdata/jceks/.gitignore        | 1 +
 testdata/jceks/.gitkeep          | 0
 3 files changed, 3 insertions(+)

diff --git a/fe/src/test/resources/.gitignore b/fe/src/test/resources/.gitignore
index 271f30cae..c3004a534 100644
--- a/fe/src/test/resources/.gitignore
+++ b/fe/src/test/resources/.gitignore
@@ -8,9 +8,11 @@ yarn-site.xml
 copy-mem-limit-test-*.xml
 hive-site-events-cleanup/
 hive-site-ranger-auth/
+hive-site-housekeeping-on/
 hive-site-without-hms/
 hive-site_events_cleanup.xml
 hive-site_ranger_auth.xml
+hive-site_housekeeping_on.xml
 hive-site_without_hms.xml
 hiveserver2.pid
 
diff --git a/testdata/jceks/.gitignore b/testdata/jceks/.gitignore
new file mode 100644
index 000000000..57fb31c5d
--- /dev/null
+++ b/testdata/jceks/.gitignore
@@ -0,0 +1 @@
+test.jceks
\ No newline at end of file
diff --git a/testdata/jceks/.gitkeep b/testdata/jceks/.gitkeep
deleted file mode 100644
index e69de29bb..000000000

Reply via email to