This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fury.git
The following commit(s) were added to refs/heads/main by this push: new b019b25a chore(java): gitignore test-output from integration_tests as well as java (#2282) b019b25a is described below commit b019b25aa1050c4f29184f2a43c3b26954a81b82 Author: Steven Schlansker <stevenschlans...@gmail.com> AuthorDate: Mon Jun 2 17:50:10 2025 -0700 chore(java): gitignore test-output from integration_tests as well as java (#2282) right now, running integration tests makes your checkout not clean --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 092c728d..c1af3a73 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ benchmark/target **/target/**/** java/**/.code/ java/**/dependency-reduced-pom.xml -java/**/test-output +**/test-output **/pom.xml.versionsBackup **/.code/ **/*.iml --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org For additional commands, e-mail: commits-h...@fury.apache.org