From b26a105289f6a376aefe15f850f868bb74e3ec59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 1 Feb 2017 07:59:21 +0100 Subject: [PATCH] Fill in .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7a9192..7d232c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ compiled/ - +/coverage/ +*/coverage/ +/doc/ +*/doc/ +*~ \ No newline at end of file