diff options
author | Donald Stufft <donald@stufft.io> | 2013-10-16 15:11:53 -0700 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-10-16 15:11:53 -0700 |
commit | 169dee88faa7c46b5551b89cf97a1b30c0a1c6ea (patch) | |
tree | 496a389ffe2d4eecad7ab7a75f33bc59165f29c6 | |
parent | 9a76847c67f76184afbd5274d55ac55c34e06dd2 (diff) | |
parent | e417e67d293a446ac9a1999e20388f81dd24d7bc (diff) | |
download | cryptography-169dee88faa7c46b5551b89cf97a1b30c0a1c6ea.tar.gz cryptography-169dee88faa7c46b5551b89cf97a1b30c0a1c6ea.tar.bz2 cryptography-169dee88faa7c46b5551b89cf97a1b30c0a1c6ea.zip |
Merge pull request #107 from alex/ignore-htmlcov
Ignore the htmlcov dir
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ cffi-*.egg/ pycparser-*.egg/ pytest-*.egg/ dist/ +htmlcov/ |