Add README to list of ignored paths in .update-copyright.conf.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 12:05:44 +0000 (07:05 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 12:05:44 +0000 (07:05 -0500)
.update-copyright.conf

index 60c143af88942b276854def9a2a41c29d9c17187..7af2c5181f316c1e5d5265edf027ae0d386bad98 100644 (file)
@@ -5,7 +5,7 @@ vcs: Git
 [files]
 authors: yes
 files: yes
-ignored: COPYING, .update-copyright.conf, .git*
+ignored: COPYING, README, .update-copyright.conf, .git*
 
 # Write project license info to a Python module at `pyfile`
 pyfile: update_copyright/license.py