##// END OF EJS Templates
fixed ignore of dev .ini files
fixed ignore of dev .ini files

File last commit:

r3051:33d63f5c beta
r3051:33d63f5c beta
Show More
.hgignore
23 lines | 264 B | text/plain | TextLexer
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.egg
syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$