From fd1a21eaf4b0a1202dc67e2dfe7461511e4d7822 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 11 Oct 2005 00:02:03 -0500 Subject: [svn-r11525] Purpose: Feature. Description: Initialization file for chkcopyright. Platforms tested: Hand tested. --- .h5chkright.ini | 19 +++++++++++++++++++ MANIFEST | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .h5chkright.ini 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 diff --git a/MANIFEST b/MANIFEST index dc15489..8564d9f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -6,7 +6,8 @@ a------------------------------------------------------------------------------ # in column one with a '#'. #------------------------------------------------------------------------------ -./.autom4te.cfg _DO_NOT_DISTRIBUTE_ +./.autom4te.cfg _DO_NOT_DISTRIBUTE_ +./.h5chkright.ini _DO_NOT_DISTRIBUTE_ ./COPYING ./MANIFEST ./Makefile.dist -- cgit v0.12