neels has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/55/29055/1
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