From 26fd1a497c17f0706c819d3792392c335483a943 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Mon, 13 Jul 2020 16:28:50 +0200 Subject: [PATCH] Add ignore lines to .gitignore if doxygen Doxyfile is run all file's of folder doc are added Qt user file should not see either --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 21f10bf57..3d74f09a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ *.snap .flatpak-builder +# Qt build output +*.user +# doxygen Doxyfile output +doc/ +QElectroTech.tag