diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ded6067880 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 5846cac7f4..0000000000 --- a/.hgignore +++ /dev/null @@ -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/*