From: W. Trevor King Date: Sat, 20 Oct 2012 01:22:33 +0000 (-0400) Subject: .update-copyright.conf: add README.rst to ignored files. X-Git-Tag: v0.9.1~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4783741595e3a8c1e83b63ea42c8c5ba50cb25d;p=python-kmod.git .update-copyright.conf: add README.rst to ignored files. Signed-off-by: W. Trevor King --- diff --git a/.update-copyright.conf b/.update-copyright.conf index a41f50d..3fdb5e2 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,8 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, COPYING.LESSER, README, .update-copyright.conf, .git* +ignored: COPYING, COPYING.LESSER, README, README.rst, .update-copyright.conf, + .git* [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License.