From: W. Trevor King Date: Sat, 20 Oct 2012 01:22:33 +0000 (-0400) Subject: python: .update-copyright.conf: add README.rst to ignored files. X-Git-Tag: v17~10^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a39a9d988d84864fa63e346ca2ea508529102f9;p=thirdparty%2Fkmod.git python: .update-copyright.conf: add README.rst to ignored files. --- diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf index a41f50d1..3fdb5e23 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.