Files @ e576410f911d
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
Don't do git pull on remote repos since they are bare now, we need to use git fetch on them
syntax: glob
*.pyc
*.swp
*.sqlite
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$