laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/29055 )
Change subject: .gitignore fixes: generated sources, .spec file ...................................................................... .gitignore fixes: generated sources, .spec file Change-Id: Id8f6c80f13a09a3dedd4577fd1460f2f72faa8f8 --- M .gitignore 1 file changed, 12 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved diff --git a/.gitignore b/.gitignore index 2d26084..56bd8e6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ *.pc *~ +include/osmocom/pfcp/pfcp_ies_auto.h +src/libosmo-pfcp/gen__pfcp_ies_auto +src/libosmo-pfcp/pfcp_ies_auto.c + *.*~ *.sw? .libs @@ -51,6 +55,13 @@ #tests tests/testsuite.dir tests/*/*_test +tests/*/*/*_test +tests/libosmo-gtlv/test_gtlv_gen/gen__myproto_ies_auto +tests/libosmo-gtlv/test_gtlv_gen/myproto_ies_auto.c +tests/libosmo-gtlv/test_gtlv_gen/myproto_ies_auto.h +tests/libosmo-gtlv/test_tliv/gen__myproto_ies_auto +tests/libosmo-gtlv/test_tliv/myproto_ies_auto.c +tests/libosmo-gtlv/test_tliv/myproto_ies_auto.h tests/atconfig tests/atlocal @@ -71,4 +82,4 @@ doc/manuals/common doc/manuals/build -contrib/osmo-upf.spec +contrib/libosmo-pfcp.spec -- To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/29055 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: Id8f6c80f13a09a3dedd4577fd1460f2f72faa8f8 Gerrit-Change-Number: 29055 Gerrit-PatchSet: 1 Gerrit-Owner: neels <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
