diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-10-11 05:02:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-10-11 05:02:03 (GMT) |
commit | fd1a21eaf4b0a1202dc67e2dfe7461511e4d7822 (patch) | |
tree | cf506435f1de65cde5b516f311bbc770be6af2ea /.h5chkright.ini | |
parent | 3920d718b73ebae977a66d4cba3d9b71ecb44dea (diff) | |
download | hdf5-fd1a21eaf4b0a1202dc67e2dfe7461511e4d7822.zip hdf5-fd1a21eaf4b0a1202dc67e2dfe7461511e4d7822.tar.gz hdf5-fd1a21eaf4b0a1202dc67e2dfe7461511e4d7822.tar.bz2 |
[svn-r11525] Purpose:
Feature.
Description:
Initialization file for chkcopyright.
Platforms tested:
Hand tested.
Diffstat (limited to '.h5chkright.ini')
-rw-r--r-- | .h5chkright.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini new file mode 100644 index 0000000..2cc17aa --- /dev/null +++ b/.h5chkright.ini @@ -0,0 +1,19 @@ +# Initialization files for the Copyright Checker, chkcopyright. +# Each line is a keyword for action and the rest are values. +# Keywords: +# '#' Comments +# skip Files to be skipped +# prune Directories to be skipped. Notice this prunes all directories +# with the same name. E.g., +# "prune test" skips test, fortran/test, c++/test, ... + +# Generated files in fortran/src. +skip H5match_types.c +skip H5test_kind.f90 + +# Skip all windows directories. +prune windows + +# 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 |