summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 19:57:33 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-06 19:57:33 -0700
commit4449f04022bc4d6804aca684a2467406d728bc2d (patch)
treeaf09da849ec436d7dab36e43fffa4023bd0dd989 /.gitignore
parentbacaf95c0d05515750ad60858e1aeb86b026bfeb (diff)
downloadpystache-4449f04022bc4d6804aca684a2467406d728bc2d.tar.gz
Completed `python setup.py prep` command to generate .rst from .md.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c9b5217..9761831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
# Our tox runs convert the doctests in *.rst files to Python 3 prior to
# running tests. Ignore these temporary files.
*.temp2to3.rst
+# The setup.py "prep" command converts *.md to *.temp.rst.
+*.temp.rst
# TextMate project file
*.tmproj
# Distribution-related folders and files.