From 6f99898b0e19176651316e8ce28c5af1360d163c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 2 Sep 2012 15:29:05 -0400 Subject: [PATCH] update-copyright: add */.gitignore so maildir placeholders don't get tweaked. --- .update-copyright.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2