mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r11672] Purpose:
Added more Windows binary file types and exempted file.
This commit is contained in:
parent
ddb4b4b51a
commit
b28bbdc8e0
@ -44,6 +44,9 @@ skip H5config.h.in
|
||||
skip H5match_types.c
|
||||
skip H5test_kind.f90
|
||||
|
||||
# Ignore this expected output file in windows/examples.
|
||||
skip testExamples_exp_output.txt
|
||||
|
||||
# Skip all testfiles/* since if we insert a copyright notice in the expected
|
||||
# data files, we would have to spend extra effort to filter them out.
|
||||
prune testfiles
|
||||
|
@ -515,8 +515,11 @@ while read file; do
|
||||
# Ignore binary data files
|
||||
continue
|
||||
;;
|
||||
*.zip | *.dsp | *.dsw | *.js)
|
||||
*.zip | *.dsp | *.dsw | *.js | *.sln )
|
||||
# Ignore Windows binary or special files.
|
||||
# .dsp & .dsw are Visual Studio project files.
|
||||
# .sln are .NET solution files.
|
||||
# .js are Microsoft Java Script files.
|
||||
continue
|
||||
;;
|
||||
*CVS/* )
|
||||
|
Loading…
Reference in New Issue
Block a user