From 5a39a9d988d84864fa63e346ca2ea508529102f9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2012 21:22:33 -0400 Subject: [PATCH] python: .update-copyright.conf: add README.rst to ignored files. --- libkmod/python/.update-copyright.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf index a41f50d..3fdb5e2 100644 --- a/libkmod/python/.update-copyright.conf +++ b/libkmod/python/.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. -- 2.7.4