Files @ c796b6bdd532
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
json: drop simplejson fallback and just use stdlib

The performance gain from using simplejson is questionable and undocumented for
our use. Keep it simple.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$