summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-28 13:32:52 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-02-28 13:32:52 -0500
commit3318f66c771c70f6e9941b8d6ca6adce0ef846bf (patch)
tree751b6c93d83db84a926a7cf3ea0688fdad986f02 /.gitignore
parentc9f9d437b2a7b781b90bdb9f740ea30ff903adb9 (diff)
downloadzope-pagetemplate-3318f66c771c70f6e9941b8d6ca6adce0ef846bf.tar.gz
- Only allow ``zope.untrustedpython`` to be a dependency in Python 2.
- Fix buildout to work properly.
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