From 4f035a9ad875613ed3c483a40b8d2d0b43d1dee8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 4 Nov 2018 12:58:57 +0100 Subject: [PATCH] Updated .gitignores to hide testing stuff. --- .gitignore | 3 ++- doxygen/.gitignore | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c156db4d..5f65f0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ -htmlcov +htmlcov/ +coverage/ .coverage *.kdev4 diff --git a/doxygen/.gitignore b/doxygen/.gitignore index 234111b9..f4b9227c 100644 --- a/doxygen/.gitignore +++ b/doxygen/.gitignore @@ -3,4 +3,4 @@ test/*/xml/ test/layout_generated_doxyfile/Doxyfile !test/layout_generated_doxyfile/xml/ test/node_modules/ -coverage/ +test/package-lock.json -- 2.30.2