From 5550834eae424ac5cfa223b75bdb281fa8b9478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 23 Dec 2013 20:31:42 +0100 Subject: Normalize docs to docs/ (Closes #5). Also normalize the package layout. Thanks @jdowner-gb & tleach for the report. --- .gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac7de2e..5ebc5ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,14 @@ -*.pyc +# Temporary files .*.swp +*.pyc +*.pyo + +# Build-related files +docs/_build/ .coverage -htmlcov/ -tests/db/ +*.egg-info +*.egg +build/ dist/ -doc/_build/ +htmlcov/ MANIFEST -- cgit v1.2.1