Fixed a too-inclusive .hgignore file as well as some other fixes.
This commit is contained in:
parent
d1e0836d23
commit
3c96dc9cc9
5 changed files with 1340 additions and 1 deletions
15
.hgignore
15
.hgignore
|
|
@ -5,5 +5,18 @@ 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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue