.update-copyright.conf: add MANIFEST.in to ignored files.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 01:31:00 +0000 (21:31 -0400)
committerAndy Grover <agrover@redhat.com>
Fri, 14 Dec 2012 17:33:02 +0000 (09:33 -0800)
Signed-off-by: W. Trevor King <wking@tremily.us>
.update-copyright.conf

index 1dbc682c45766f308a619af6c077a8cd61845e7f..b4c80ff98085eb92bb01bcec0f8fc80664cd443a 100644 (file)
@@ -5,12 +5,15 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, COPYING.LESSER, README, README.rst, .update-copyright.conf,
-  .git*
+ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in,
+  .update-copyright.conf, .git*
 
 [aliases]
 Red Hat, Inc.: Andy Grover <agrover@redhat.com>
 
+[author-hacks]
+kmod/kmod.pyx: Red Hat, Inc.
+
 [copyright]
 short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License.
 long: This file is part of %(project)s.