summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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