From 08c75762c1fd19b90f646a04072cb9bef60f5478 Mon Sep 17 00:00:00 2001 From: Devendra Date: Sun, 24 Feb 2013 03:24:17 +0530 Subject: removing .pyc files and adding .gitignore --- .gitignore | 4 ++++ PubnubCore.pyc | Bin 8755 -> 0 bytes PubnubCoreAsync.pyc | Bin 12486 -> 0 bytes python-tornado/Pubnub.pyc | Bin 8285 -> 0 bytes python-tornado/PubnubCrypto.pyc | Bin 2564 -> 0 bytes python-twisted/Pubnub.pyc | Bin 7499 -> 0 bytes python-twisted/PubnubCrypto.pyc | Bin 2564 -> 0 bytes python/3.3/Pubnub.pyc | Bin 1677 -> 0 bytes 8 files changed, 4 insertions(+) create mode 100644 .gitignore delete mode 100644 PubnubCore.pyc delete mode 100644 PubnubCoreAsync.pyc delete mode 100644 python-tornado/Pubnub.pyc delete mode 100644 python-tornado/PubnubCrypto.pyc delete mode 100644 python-twisted/Pubnub.pyc delete mode 100644 python-twisted/PubnubCrypto.pyc delete mode 100644 python/3.3/Pubnub.pyc 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.pyc deleted file mode 100644 index 0c6563c..0000000 Binary files a/PubnubCore.pyc and /dev/null differ diff --git a/PubnubCoreAsync.pyc b/PubnubCoreAsync.pyc deleted file mode 100644 index c6cf30f..0000000 Binary files a/PubnubCoreAsync.pyc and /dev/null differ diff --git a/python-tornado/Pubnub.pyc b/python-tornado/Pubnub.pyc deleted file mode 100644 index af10b64..0000000 Binary files a/python-tornado/Pubnub.pyc and /dev/null differ diff --git a/python-tornado/PubnubCrypto.pyc b/python-tornado/PubnubCrypto.pyc deleted file mode 100644 index 8141e27..0000000 Binary files a/python-tornado/PubnubCrypto.pyc and /dev/null differ diff --git a/python-twisted/Pubnub.pyc b/python-twisted/Pubnub.pyc deleted file mode 100644 index 4f3fab5..0000000 Binary files a/python-twisted/Pubnub.pyc and /dev/null differ diff --git a/python-twisted/PubnubCrypto.pyc b/python-twisted/PubnubCrypto.pyc deleted file mode 100644 index d338aee..0000000 Binary files a/python-twisted/PubnubCrypto.pyc and /dev/null differ diff --git a/python/3.3/Pubnub.pyc b/python/3.3/Pubnub.pyc deleted file mode 100644 index 564fde3..0000000 Binary files a/python/3.3/Pubnub.pyc and /dev/null differ -- cgit v1.2.3