changeset 1236:a28bd9cb6549

added egg-info,and .egg in hgignore
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Apr 2011 19:59:40 +0200
parents d85614773113
children f7bb54f8c20f
files .hgignore
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sat Apr 09 19:12:43 2011 +0200
+++ b/.hgignore	Sat Apr 09 19:59:40 2011 +0200
@@ -1,6 +1,8 @@
 syntax: glob
 *.pyc
 *.swp
+*.egg-info
+*.egg
 
 syntax: regexp
 ^build
@@ -13,4 +15,3 @@
 ^rhodecode\.db$
 ^test\.db$
 ^repositories\.config$
-^RhodeCode\.egg-info$