# HG changeset patch # User Marcin Kuzminski # Date 2011-04-09 19:59:40 # Node ID a28bd9cb654917461565fa519e3ca193d53bd7ae # Parent d856147731134aa27b8ce26f735457a8754f4d4b added egg-info,and .egg in hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,8 @@ syntax: glob *.pyc *.swp +*.egg-info +*.egg syntax: regexp ^build @@ -13,4 +15,3 @@ syntax: regexp ^rhodecode\.db$ ^test\.db$ ^repositories\.config$ -^RhodeCode\.egg-info$