summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2009-10-28 23:59:09 -0700
committerChris Wanstrath <chris@ozmm.org>2009-10-28 23:59:09 -0700
commit63d747840d7c098e2a5a1d0e6bb6400d61bdf55b (patch)
treeeaf6bc37adb074803ac70de05246ae426b4086ec
parent406253878ae20203f5944ac853dbcad316e59cd6 (diff)
downloadpystache-63d747840d7c098e2a5a1d0e6bb6400d61bdf55b.tar.gz
no pyc!
-rw-r--r--.gitignore1
-rw-r--r--pystache/__init__.pycbin1588 -> 0 bytes
-rw-r--r--tests/test_pystache.pycbin1129 -> 0 bytes
3 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/pystache/__init__.pyc b/pystache/__init__.pyc
deleted file mode 100644
index 992e021..0000000
--- a/pystache/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/tests/test_pystache.pyc b/tests/test_pystache.pyc
deleted file mode 100644
index 57c7632..0000000
--- a/tests/test_pystache.pyc
+++ /dev/null
Binary files differ