diff options
-rw-r--r-- | egg-author.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/egg-author.py b/egg-author.py index b9d495a..b01420d 100644 --- a/egg-author.py +++ b/egg-author.py @@ -159,6 +159,8 @@ def update_meta(ui, repo): files = repo.status(clean=True)[6:][0] if '.hgtags' in files: files.remove('.hgtags') + if '.hgignore' in files: + files.remove('.hgignore') # A list without the parens around it files_list = ' '.join(map(_to_scheme_string, files)) |