##// END OF EJS Templates
added egg-info,and .egg in hgignore
added egg-info,and .egg in hgignore

File last commit:

r1236:a28bd9cb default
r1236:a28bd9cb default
Show More
.hgignore
17 lines | 191 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.egg-info
*.egg
syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$