osmith has submitted this change. ( https://gerrit.osmocom.org/c/onomondo-ipa/+/42863?usp=email )
( 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: gitignore: add build dir ...................................................................... gitignore: add build dir Change-Id: Iea8f79b4094ed79f64b0ed6d6e34212ebaea0c43 --- M .gitignore 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved diff --git a/.gitignore b/.gitignore index 5d00c85..1e00c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,5 @@ # Application src/ipa/ipa +# CMake builddir +build/ -- To view, visit https://gerrit.osmocom.org/c/onomondo-ipa/+/42863?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: onomondo-ipa Gerrit-Branch: master Gerrit-Change-Id: Iea8f79b4094ed79f64b0ed6d6e34212ebaea0c43 Gerrit-Change-Number: 42863 Gerrit-PatchSet: 3 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <[email protected]> Gerrit-Reviewer: osmith <[email protected]>
