From: Vladimír Vondruš Date: Sun, 4 Nov 2018 11:58:57 +0000 (+0100) Subject: Updated .gitignores to hide testing stuff. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=4f035a9ad875613ed3c483a40b8d2d0b43d1dee8;p=blog.git Updated .gitignores to hide testing stuff. --- 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