From cb97a1822468c719e348cfa7b4bca27ba6bbc2f1 Mon Sep 17 00:00:00 2001 From: Matthew Iversen Date: Thu, 27 Feb 2014 22:05:00 +1100 Subject: Ignore build/ folder and _cffi__*'s Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3fe3c942..983c119c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ -*.py[co] __pycache__/ _build/ +build/ +dist/ +htmlcov/ +cryptography/_cffi__* .tox/ .cache/ -*.egg-info/ .coverage +*.egg-info/ *.egg -dist/ -htmlcov/ +*.py[co] -- cgit v1.2.3