##// END OF EJS Templates
Added tag v4.1.0 for changeset a359c072337f
Added tag v4.1.0 for changeset a359c072337f

File last commit:

r14:5064a23f default
r20:d8ca5add stable
Show More
.hgignore
36 lines | 354 B | text/plain | TextLexer
syntax: glob
*.orig
*.pyc
*.swp
*.tox
*.egg-info
*.egg
*.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^_dev
^._dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$