From d92cba8c8a7f36e0a074db078601c2ede189ac06 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 23 Sep 2012 01:17:17 -0700 Subject: Refactor reST conversion code in setup.py and strip HTML. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.1