laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/14625 )
Change subject: gitignore: add doc/*.tag.prep ...................................................................... gitignore: add doc/*.tag.prep Ignore files created during the two-pass doxygen generation that was introduced in Ib03d0b70d536c8f1386def666c89106a840f7363. Change-Id: I719bbc968420c462426d2c0ce703c7f3b2c1139e --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: laforge: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/.gitignore b/.gitignore index 451c883..51c443f 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ doc/gb doc/html.tar doc/*.tag +doc/*.tag.prep tags src/crc*gen.c -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14625 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I719bbc968420c462426d2c0ce703c7f3b2c1139e Gerrit-Change-Number: 14625 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-CC: fixeria <[email protected]> Gerrit-MessageType: merged
