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 796717e1 chore(java): gitignore testng output (#2238)
796717e1 is described below
commit 796717e13170a4f63a20af6646bff981e1ebcb92
Author: Steven Schlansker <[email protected]>
AuthorDate: Thu May 15 19:16:32 2025 -0700
chore(java): gitignore testng output (#2238)
## What does this PR do?
TestNG creates output files which are not ignored by `.gitignore`
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index f4faab08..f048b9c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ benchmark/target
**/target/**/**
java/**/.code/
java/**/dependency-reduced-pom.xml
+java/**/test-output
**/pom.xml.versionsBackup
**/.code/
**/*.iml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]