From: W. Trevor King Date: Sun, 2 Sep 2012 19:29:05 +0000 (-0400) Subject: update-copyright: add */.gitignore so maildir placeholders don't get tweaked. X-Git-Tag: v0.3~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f99898b0e19176651316e8ce28c5af1360d163c;p=pygrader.git update-copyright: add */.gitignore so maildir placeholders don't get tweaked. --- diff --git a/.update-copyright.conf b/.update-copyright.conf index ceac746..7c07fc9 100644 --- a/.update-copyright.conf +++ b/.update-copyright.conf @@ -5,7 +5,7 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, README, .update-copyright.conf, .git*, *.pyc +ignored: COPYING, README, .update-copyright.conf, .git*, */.gitignore, *.pyc [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU General Public License.