summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 10:04:36 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 10:04:36 -0700
commitca91b7fc5fe35a44cb154f3fecaf9825dbadba9e (patch)
treeedb8afcb404b0a2e66d0c9fa7ebf07498a1adc16 /.gitignore
parent11eaef892090763991ae5f79f9ba17e8348f896a (diff)
downloadpystache-ca91b7fc5fe35a44cb154f3fecaf9825dbadba9e.tar.gz
Improved comments in .gitignore.
Diffstat (limited to '.gitignore')
-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.