view .hgignore @ 986:5256b255269a beta

removed obsolete css from 404 page, and implemented rhodecode title app in the error page
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 31 Jan 2011 23:28:21 +0100
parents a555d8345105
children a28bd9cb6549 3338a0994472
line wrap: on
line source

syntax: glob
*.pyc
*.swp

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$