aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Levy2013-05-28 10:27:33 -0700
committerAaron Levy2013-05-28 10:27:33 -0700
commitab0b79e650413b8261f46d2961c3100ccb6f81d2 (patch)
tree67fa599322621ea52031198fb13921c4ee12617e
parent26cb5cc20a3d692e3dad8b5aa5ed6954255700ee (diff)
downloadpubnub-python-ab0b79e650413b8261f46d2961c3100ccb6f81d2.tar.bz2
Remove and ignore pyc files
-rw-r--r--.gitignore1
-rw-r--r--python-tornado/Pubnub.pycbin10623 -> 0 bytes
-rw-r--r--python-tornado/PubnubCrypto.pycbin2619 -> 0 bytes
-rw-r--r--python-twisted/Pubnub.pycbin12246 -> 0 bytes
-rw-r--r--python-twisted/PubnubCrypto.pycbin2619 -> 0 bytes
-rw-r--r--python/3.3/Pubnub.pycbin9208 -> 0 bytes
6 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/python-tornado/Pubnub.pyc b/python-tornado/Pubnub.pyc
deleted file mode 100644
index 9ca3936..0000000
--- a/python-tornado/Pubnub.pyc
+++ /dev/null
Binary files differ
diff --git a/python-tornado/PubnubCrypto.pyc b/python-tornado/PubnubCrypto.pyc
deleted file mode 100644
index a349424..0000000
--- a/python-tornado/PubnubCrypto.pyc
+++ /dev/null
Binary files differ
diff --git a/python-twisted/Pubnub.pyc b/python-twisted/Pubnub.pyc
deleted file mode 100644
index 94d6ecc..0000000
--- a/python-twisted/Pubnub.pyc
+++ /dev/null
Binary files differ
diff --git a/python-twisted/PubnubCrypto.pyc b/python-twisted/PubnubCrypto.pyc
deleted file mode 100644
index a349424..0000000
--- a/python-twisted/PubnubCrypto.pyc
+++ /dev/null
Binary files differ
diff --git a/python/3.3/Pubnub.pyc b/python/3.3/Pubnub.pyc
deleted file mode 100644
index 76bebc4..0000000
--- a/python/3.3/Pubnub.pyc
+++ /dev/null
Binary files differ