summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: eb77d4261103bf76798c1eefae03953f2193b14c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .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 '~'.
**/*~

/.classpath