This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/workflows by this push:
new fcad9e36 add .gitignore to index
fcad9e36 is described below
commit fcad9e3600b0035a2f45025330e09f34046fdd86
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Feb 27 10:00:19 2026 -0800
add .gitignore to index
---
.gitignore | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 66 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index a19b45a6..bdc5d85a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
-/bin/
+# Eclipse project files
+.classpath
+.project
+.settings/
+.checkstyle
# IntelliJ project files
*.idea
@@ -9,5 +13,65 @@
# VSCode project files
**/.vscode/
+# Additional tools
+.clover/
+.mvn/
+
# OSX files
-**/.DS_Store
\ No newline at end of file
+**/.DS_Store
+
+# Compiler output, class files
+*.class
+bin/
+/bin/
+
+# Java files
+**/*.java
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files
+*.jar
+*.war
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see
http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+#Test config and output
+test-output/
+local/
+reports/
+.pmd
+tmp/
+
+# Build artifacts
+target/
+serialization_test_data/
+out/
+build/
+jarsIn/
+build.xml
+*.properties
+*.releaseBackup
+*.next
+*.tag
+doc/
+
+# Jekyll
+_site/
+_*
+_*/
+
+# Sketch binary test files
+*.sk
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]