Removed hgignore for gitignore
This commit is contained in:
parent
4bdb882f89
commit
2c4a0a5fc8
2 changed files with 36 additions and 23 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
|
# C extensions
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
eggs
|
||||||
|
parts
|
||||||
|
bin
|
||||||
|
var
|
||||||
|
sdist
|
||||||
|
develop-eggs
|
||||||
|
.installed.cfg
|
||||||
|
lib
|
||||||
|
lib64
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
.coverage
|
||||||
|
.tox
|
||||||
|
nosetests.xml
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
|
||||||
|
# Mr Developer
|
||||||
|
.mr.developer.cfg
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
23
.hgignore
23
.hgignore
|
|
@ -1,23 +0,0 @@
|
||||||
# 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/*
|
|
||||||
.idea/*
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue