diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-05-12 00:00:11 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-05-12 00:00:11 -0400 |
commit | 19ea0eedcbca5189df9cf9f6ef658eade79abd79 (patch) | |
tree | c6c26ae13af98d8348aa86887e1e7eb1fbdce161 /.gitignore | |
parent | 180248415c13911628708d5bcd21674609d4fe0d (diff) | |
download | python-markdown-19ea0eedcbca5189df9cf9f6ef658eade79abd79.tar.gz |
Added fenced_code extension and .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc |