diff options
| author | Devendra | 2013-02-24 03:24:17 +0530 | 
|---|---|---|
| committer | Devendra | 2013-02-24 03:24:17 +0530 | 
| commit | 08c75762c1fd19b90f646a04072cb9bef60f5478 (patch) | |
| tree | 4b4ca5d2991b1e882ec1dbc014212ab5f8c245b6 | |
| parent | 90224d02e5f2400fb277217342ffa5cd4a7cb2c6 (diff) | |
| download | pubnub-python-08c75762c1fd19b90f646a04072cb9bef60f5478.tar.bz2 | |
removing .pyc files and adding .gitignore
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | PubnubCore.pyc | bin | 8755 -> 0 bytes | |||
| -rw-r--r-- | PubnubCoreAsync.pyc | bin | 12486 -> 0 bytes | |||
| -rw-r--r-- | python-tornado/Pubnub.pyc | bin | 8285 -> 0 bytes | |||
| -rw-r--r-- | python-tornado/PubnubCrypto.pyc | bin | 2564 -> 0 bytes | |||
| -rw-r--r-- | python-twisted/Pubnub.pyc | bin | 7499 -> 0 bytes | |||
| -rw-r--r-- | python-twisted/PubnubCrypto.pyc | bin | 2564 -> 0 bytes | |||
| -rw-r--r-- | python/3.3/Pubnub.pyc | bin | 1677 -> 0 bytes | 
8 files changed, 4 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f71884d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc + + + diff --git a/PubnubCore.pyc b/PubnubCore.pycBinary files differ deleted file mode 100644 index 0c6563c..0000000 --- a/PubnubCore.pyc +++ /dev/null diff --git a/PubnubCoreAsync.pyc b/PubnubCoreAsync.pycBinary files differ deleted file mode 100644 index c6cf30f..0000000 --- a/PubnubCoreAsync.pyc +++ /dev/null diff --git a/python-tornado/Pubnub.pyc b/python-tornado/Pubnub.pycBinary files differ deleted file mode 100644 index af10b64..0000000 --- a/python-tornado/Pubnub.pyc +++ /dev/null diff --git a/python-tornado/PubnubCrypto.pyc b/python-tornado/PubnubCrypto.pycBinary files differ deleted file mode 100644 index 8141e27..0000000 --- a/python-tornado/PubnubCrypto.pyc +++ /dev/null diff --git a/python-twisted/Pubnub.pyc b/python-twisted/Pubnub.pycBinary files differ deleted file mode 100644 index 4f3fab5..0000000 --- a/python-twisted/Pubnub.pyc +++ /dev/null diff --git a/python-twisted/PubnubCrypto.pyc b/python-twisted/PubnubCrypto.pycBinary files differ deleted file mode 100644 index d338aee..0000000 --- a/python-twisted/PubnubCrypto.pyc +++ /dev/null diff --git a/python/3.3/Pubnub.pyc b/python/3.3/Pubnub.pycBinary files differ deleted file mode 100644 index 564fde3..0000000 --- a/python/3.3/Pubnub.pyc +++ /dev/null | 
