summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 14ff9eb..c9b5217 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
*.pyc
+.DS_Store
+# Tox support. See: http://pypi.python.org/pypi/tox
.tox
+# Our tox runs convert the doctests in *.rst files to Python 3 prior to
+# running tests. Ignore these temporary files.
*.temp2to3.rst
-.DS_Store
-# TODO: are comments allowed in .gitignore files?
# TextMate project file
*.tmproj
# Distribution-related folders and files.