Harald Welte has submitted this change and it was merged. Change subject: gitignore: Ignore dependency subdirs ......................................................................
gitignore: Ignore dependency subdirs Change-Id: I843da5c51d68102b992ce178404d8601c520229f --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/.gitignore b/.gitignore index d525ada..d8c3ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bin/*.cc bin/*.hh +deps/*/ *.o *.log *.so -- To view, visit https://gerrit.osmocom.org/6154 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I843da5c51d68102b992ce178404d8601c520229f Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Owner: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
