Files @ 8c543e371e39
Branch filter:

Location: kallithea/.hgignore

Bradley M. Kuhn
Update LICENSE.md to include license information about Codemirror 3.15

Add information to the LICENSE.md file to include the information provided in
the codemirror-3.15/LICENSE file.

Also, note that other license and copyright information also appears in
.../public/js/mode/ sub-directories.
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$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$
^\.idea$