From 3c014cd7f57389ebb6699398ba2b522b2927a203 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 26 Feb 2017 15:50:02 +0100 Subject: [PATCH] Update and clean .gitignore --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0392e5..0b80557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,16 @@ *~ *.pyc + +MANIFEST + build dist +Radicale.egg-info + +.cache .coverage +.eggs .project .pydevproject .settings .tox -MANIFEST -.cache -.eggs