summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-23 01:17:17 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-23 01:17:17 -0700
commitd92cba8c8a7f36e0a074db078601c2ede189ac06 (patch)
tree861127b4e3a682e00c2c3942017a474db88cc0e5 /.gitignore
parent4817afe6052dc598233f7ec71346e938eab81f2a (diff)
downloadpystache-d92cba8c8a7f36e0a074db078601c2ede189ac06.tar.gz
Refactor reST conversion code in setup.py and strip HTML.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9761831..758d62d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +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.
+# The setup.py "prep" command converts *.md to *.temp.rst (via *.temp.md).
+*.temp.md
*.temp.rst
# TextMate project file
*.tmproj