Add .update-copyright.conf and .git* to ignored files.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 11:59:50 +0000 (06:59 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 11:59:50 +0000 (06:59 -0500)
.update-copyright.conf

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