hdf5/.gitignore
2025-03-14 13:28:44 -05:00

20 lines
467 B
Plaintext

# .gitignore file for HDF5
# Java .classes files
**/java/.classes
# Backup files
# Editor-specific extensions should go in your ~/.gitconfig, but we
# include the standard Unix backup '~' extension since autoheader
# backs up H5config.h.in when it creates a new one and the
# extension is always '~'.
**/*~
# Other files, most of which are created by scripts in bin/
/build*
src/H5config.h.in
/.classpath
/CMakeUserPresets.json
HDF5Examples/CMakeUserPresets.json