mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
22 lines
331 B
Text
22 lines
331 B
Text
# This specifies file types that mercurial should
|
|
# ignore, defined on glob format.
|
|
|
|
syntax: glob
|
|
|
|
*.pyc
|
|
*.swp
|
|
*.old
|
|
*.prof
|
|
*.orig
|
|
*.key
|
|
*~
|
|
\#*\#
|
|
game/logs/*
|
|
game/*.restart
|
|
game/*.pid
|
|
game/*.db3
|
|
docs/sphinx/build/*
|
|
docs/sphinx/wiki2rest/wiki2html/*
|
|
docs/sphinx/wiki2rest/rest/*
|
|
docs/sphinx/wiki2rest/html/*
|
|
docs/sphinx/wiki2html/*
|