aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-04-09 19:59:40 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-04-09 19:59:40 +0200
commit6dfaefb29e747954c25dbd93f94842892d7e60bf (patch)
tree142cbf8c3e487b286f72f8d06fdfb84813813c61 /.hgignore
parent07b8be3639e1c562158b6d7dd84dcd664fcb942b (diff)
added egg-info,and .egg in hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index ea6939d7..54649a94 100644
--- 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$