diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-17 13:40:02 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-17 13:40:02 -0800 |
| commit | 491384ab0fc568796254c2a22f1beb6d50fcfeeb (patch) | |
| tree | dc31cb94ae60a18a91066be820d8f2fd43699461 | |
| parent | 28add4f67de602e0dfc1ff80bce31bc753611103 (diff) | |
| parent | 550054c2f986c01a6f0d2799b34f002be7fd5f9d (diff) | |
| download | cryptography-491384ab0fc568796254c2a22f1beb6d50fcfeeb.tar.gz cryptography-491384ab0fc568796254c2a22f1beb6d50fcfeeb.tar.bz2 cryptography-491384ab0fc568796254c2a22f1beb6d50fcfeeb.zip | |
Merge pull request #1482 from reaperhulk/update-ignores
update ignores for new project structure
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ _build/ build/ dist/ htmlcov/ -cryptography/_cffi__* -cryptography/_Cryptography_cffi_* +src/cryptography/_Cryptography_cffi_* .tox/ .cache/ .coverage |
