mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update workflows, scripts, and documentation for improved Maven package handling and testing, including new scripts for JNI and FFM implementations.
23 lines
301 B
Plaintext
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
|