mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
20 lines
467 B
Plaintext
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
|