diff options
author | Filipp Lepalaan <filipp@mac.com> | 2013-01-09 22:55:26 -0800 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2013-01-09 22:55:26 -0800 |
commit | 57a9743479b5915eea9ca4b9b4ec45d533e517ef (patch) | |
tree | cd5080ed5ffe60e698a3a7f4f0189a9d73b3f4b6 | |
download | py-gsxws-57a9743479b5915eea9ca4b9b4ec45d533e517ef.tar.gz py-gsxws-57a9743479b5915eea9ca4b9b4ec45d533e517ef.tar.bz2 py-gsxws-57a9743479b5915eea9ca4b9b4ec45d533e517ef.zip |
Initial commit
-rw-r--r-- | .gitignore | 35 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 37 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..ce0dd75 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +py-gsx +======
\ No newline at end of file |