Files
Allen Byrne f8baa1b498 Fix and update maven package workflows and documentation (#5994)
Update workflows, scripts, and documentation for improved Maven package handling and testing, including new scripts for JNI and FFM implementations.
2025-11-07 23:34:04 -06:00

23 lines
301 B
Plaintext

# Maven test script build directories
build/
# Generated POM files (if any escape to root)
pom-examples.xml
# HDF5 output files from examples
*.h5
# Maven target directory (if built in-place)
target/
# Compiled class files
*.class
# IDE files
.idea/
*.iml
.vscode/
.settings/
.classpath
.project