summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-08 11:41:39 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-08 11:41:39 -0500
commit13b66ea78162d6f768bd57d8870aa778f7bd2f49 (patch)
tree0d07416f51a9b41c96dd1bc6406d526b8abf33b5 /.gitignore
parent12e1973d74c41ad3fee60998e248ac3461cad386 (diff)
downloadzope-browser-13b66ea78162d6f768bd57d8870aa778f7bd2f49.tar.gz
Add Trove classifiers indicating CPython, 3.2 and PyPy support. Added
.gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..401eb52
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.pyc
+*.so
+*.dll
+__pycache__
+src/*.egg-info
+
+.installed.cfg
+.tox
+bin
+build
+develop-eggs
+parts