diff options
author | Filipp Lepalaan <filipp@mac.com> | 2012-12-11 04:46:19 -0800 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2012-12-11 04:46:19 -0800 |
commit | dfff28142972b2bd1538804d63787a160fb3eec4 (patch) | |
tree | 28554874fedcd8ee02b065bfbabeb116056d7fa9 | |
download | probot-master.tar.gz probot-master.tar.bz2 probot-master.zip |
-rw-r--r-- | .gitignore | 35 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2d6f36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# 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/README.md b/README.md new file mode 100644 index 0000000..995c04d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +probot +====== + +A Jabberbot for your office
\ No newline at end of file |