osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/11844 )
Change subject: gitignore: add "make distcheck" generated files ...................................................................... gitignore: add "make distcheck" generated files (moving manuals to project repositories 16/19) Related: OS#3385 Change-Id: I876b0fa08d2987d285b6d77ef13069228c8b8d37 --- M .gitignore 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Neels Hofmeyr: Looks good to me, approved Jenkins Builder: Verified diff --git a/.gitignore b/.gitignore index b174bb9..d823675 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,10 @@ Makefile.in Makefile +# make distcheck +osmo-gsm-manuals-*/ +osmo-gsm-manuals-*.tar.* + # symlinks to shared dirs (needed for out-of-tree builds) */common */build -- To view, visit https://gerrit.osmocom.org/11844 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I876b0fa08d2987d285b6d77ef13069228c8b8d37 Gerrit-Change-Number: 11844 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder (1000002) Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
